cms/app-client/app/styles/components/toolbar-component.scss
changeset 373 e952c8a31a2b
parent 338 4a3899b6a7ed
child 449 5b0787f51d76
equal deleted inserted replaced
363:eac9e4eb75c7 373:e952c8a31a2b
     5     text-transform: none;
     5     text-transform: none;
     6     padding: 0px 15px;
     6     padding: 0px 15px;
     7     text-align: left;
     7     text-align: left;
     8     color: $light-white;
     8     color: $light-white;
     9     font-size: 13px;
     9     font-size: 13px;
    10     background-color: $dark-blue;
    10     background-color: $corpus-black;
    11     box-sizing: border-box;
    11     box-sizing: border-box;
    12     position: absolute;
    12     position: absolute;
    13     bottom: 0px;
    13     bottom: 0px;
    14 }
    14 }
    15 
    15 
    28     cursor: pointer;
    28     cursor: pointer;
    29     border-left: 1px solid transparent;
    29     border-left: 1px solid transparent;
    30 }
    30 }
    31 
    31 
    32 .toolbar-component ul li.active {
    32 .toolbar-component ul li.active {
    33     border-left-color: $dark-blue;
    33     border-left-color: $corpus-black;
    34     background-color: $light-white;
    34     background-color: $corpus-white;
       
    35     color: $corpus-black;
       
    36 }
       
    37 
       
    38 .toolbar-component ul li.active:not(.video) {
    35     pointer-events: none;
    39     pointer-events: none;
    36     color: $dark-blue;
       
    37 }
    40 }