client/src/scss/components/_SessionForm.scss
changeset 191 3f71ad81a5a9
equal deleted inserted replaced
190:01ad654237d5 191:3f71ad81a5a9
       
     1 .material-icons.protocol-toggle {
       
     2     font-size: 1rem;
       
     3     cursor: pointer;
       
     4 }
       
     5 
       
     6 .session {
       
     7 
       
     8     &-page-panel {
       
     9         z-index: 5;
       
    10     }
       
    11 
       
    12     &-page-title {
       
    13         font-size: 1.8rem;
       
    14         resize: auto;
       
    15         font-weight: bolder;
       
    16         overflow: hidden;
       
    17         height: auto;
       
    18         transition: height 0.2s ease;
       
    19         box-sizing: border-box;
       
    20         line-height: 1.1;
       
    21     }
       
    22 
       
    23     &-page-description {
       
    24         font-size: .9rem;
       
    25         resize: auto;
       
    26         overflow: hidden;
       
    27         height: auto;
       
    28         transition: height 0.2s ease;
       
    29         box-sizing: border-box;
       
    30     }
       
    31 }
       
    32 
       
    33 textarea.session-placeholder::placeholder, span.session-placeholder {
       
    34     color: $text-muted;
       
    35     opacity: 0.33;
       
    36 }
       
    37 
       
    38