balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

style.scss (531B)


      1 .redux-templates-template-filters .is-active {
      2     background: #fff;
      3     color: #191e23;
      4     box-shadow: inset 0 0 0 1px #555d66, inset 0 0 0 2px #fff;
      5 }
      6 
      7 .redux-templates-template-filters .components-button:focus:not(:disabled):not(.is-active) {
      8     background: transparent;
      9     box-shadow: none;
     10     color: #555d66;
     11 }
     12 
     13 .refresh-library {
     14     margin-right: 10px;
     15 }
     16 .tour-icon {
     17     font-size: 18px;
     18 }
     19 .trial_notice {
     20     * {
     21         vertical-align: middle;
     22     }
     23     .components-notice__content {
     24         margin-right: 0;
     25     }
     26 }