balmet.com

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

global-admin.css (1960B)


      1 
      2 .seedprod-mode-active a{
      3     background: #DD4A1F !important;
      4     color: #fff !important;
      5     display: flex !important;
      6     align-items: center !important;
      7     justify-content: center !important;
      8 }
      9 .seedprod-mode-active a:hover{
     10 background-color: #f15d32 !important;
     11 }
     12 
     13 .seedprod-mode-active img{
     14     margin-right: 5px !important;
     15     margin-top: 5px !important;
     16 }
     17 
     18 
     19 .sp-is-logged-in.sp-seedprod{
     20     padding-top:32px;
     21     margin-top:0px !important;
     22 } 
     23 
     24 .seedprod-mb-icon{
     25     margin-top:17px !important;
     26     margin-right: 5px !important;
     27     height: 34px !important;
     28 }
     29 
     30 .seedprod-mode-active .ab-sub-wrapper a{
     31     justify-content: left !important;
     32 }
     33 
     34 .toplevel_page_seedprod_pro div.wp-menu-image.svg , .toplevel_page_seedprod_lite div.wp-menu-image.svg {
     35     background-size: 16px auto !important;
     36 }
     37 
     38 .seedprod-menu-notification-counter {
     39     margin-left: 7px !important;
     40     display: inline-flex !important;
     41     align-items: center !important;
     42     justify-content: center !important;
     43     min-width: 18px !important;
     44     height: 18px !important;
     45     border-radius: 9px !important;
     46     background-color: #ca4a1f !important;
     47     color: #fff !important;
     48     font-size: 11px !important;
     49     line-height: 0 !important;
     50     text-align: center !important;
     51 }
     52 
     53 
     54 .seedprod_hidden_data{ display: none; }
     55 
     56 .edit_seedprod_custom_link{ height: 30px; margin: 1px 15px; display:flex !important; align-items: center; }
     57 
     58 .active-seed-prod-buttons{ display: none; }
     59 #post-body-content .active-seed-prod-buttons{ display: block; }
     60 
     61 .active-seed-prod-buttons{ display: none; }
     62 .seed_editor_true .seedprod-off{ display:none; }
     63 .seed_editor_true .seedprod-on{ display:inline-block; }
     64 
     65 .seed_editor_false .seedprod-on{ display:none; }
     66 .seed_editor_false .seedprod-off{ display:inline-block; }
     67 
     68 
     69 .sp-rotate-template b{
     70     display: inline-block;
     71     position: absolute;
     72     white-space: nowrap;
     73     left: 0;
     74     top: 0;
     75 }
     76 
     77 .sp-rotate-template b.is-visible{
     78     position: relative;
     79 }