client/src/App.scss
changeset 151 57d63a248f0d
parent 144 8b950885ddae
child 154 a28361bda28c
equal deleted inserted replaced
150:97536386b397 151:57d63a248f0d
     1 @import "bootstrap/variables";
     1 @import 'bootstrap/scss/functions';
       
     2 @import 'bootstrap/scss/variables';
     2 
     3 
     3 .App {
     4 .App {
     4   text-align: center;
     5   text-align: center;
     5 }
     6 }
     6 
     7 
   140     display: flex;
   141     display: flex;
   141     position: relative;
   142     position: relative;
   142     padding: 20px 10px 20px 80px;
   143     padding: 20px 10px 20px 80px;
   143     margin-bottom: 10px;
   144     margin-bottom: 10px;
   144     cursor: pointer;
   145     cursor: pointer;
   145     min-height: ($line-height-computed * 4);
   146     // min-height: ($line-height-computed * 4);
   146     border: 1px solid transparent;
   147     border: 1px solid transparent;
   147 
   148 
   148     &:before {
   149     &:before {
   149         content: "";
   150         content: "";
   150         position: absolute;
   151         position: absolute;