client/src/components/SessionForm.scss
changeset 161 a642639dbc07
parent 135 b5aafa462956
child 169 f98efa1bddd1
equal deleted inserted replaced
160:183b128a4189 161:a642639dbc07
     1 .material-icons.protocol-toggle {
     1 .material-icons.protocol-toggle {
     2     font-size: 1rem;
     2     font-size: 1rem;
     3     cursor: pointer;
     3     cursor: pointer;
     4 }
     4 }
       
     5 
       
     6 .session {
       
     7 
       
     8     &-page-panel {
       
     9         z-index: 5;
       
    10     }
       
    11 
       
    12     &-page-card {
       
    13         background: linear-gradient(white, transparent);
       
    14     }
       
    15 
       
    16     &-page-title{
       
    17         font-size: 1.8rem;
       
    18         resize: auto;
       
    19         font-weight: bolder;
       
    20         overflow: hidden;
       
    21         height: auto;
       
    22         transition: height 0.2s ease;
       
    23         box-sizing: border-box;
       
    24         line-height: 1.1;
       
    25     }
       
    26 
       
    27     &-page-description{
       
    28         font-size: .9rem;
       
    29         resize: auto;
       
    30         overflow: hidden;
       
    31         height: auto;
       
    32         transition: height 0.2s ease;
       
    33         box-sizing: border-box;
       
    34     }
       
    35 }
       
    36 
       
    37 
       
    38