Dotclear


Ignore:
Timestamp:
12/04/16 14:23:07 (9 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Prettify scss code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/style/scss/partials/_debug.scss

    r3389 r3439  
    22 
    33#debug { 
    4     position: absolute; 
    5     top: 0; 
    6     width: 100%; 
    7     height: 4px; 
    8     background: #ffd478; 
    9 } 
    10  
    11 #debug div { 
    12     display: none; 
    13     padding: 3px 0.5em 2px; 
    14 } 
    15  
    16 #debug p { 
    17     margin: 0.5em 0; 
    18 } 
    19  
    20 #debug:hover { 
    21     height: auto; 
    22     padding: 2px 1em; 
    23     z-index: 100; 
    24 } 
    25  
    26 #debug:hover div { 
    27     display: block; 
     4     position: absolute; 
     5     top: 0; 
     6     width: 100%; 
     7     height: 4px; 
     8     background: #ffd478; 
     9     div { 
     10          display: none; 
     11          padding: 3px 0.5em 2px; 
     12     } 
     13     p { 
     14          margin: 0.5em 0; 
     15     } 
     16     &:hover { 
     17          height: auto; 
     18          padding: 2px 1em; 
     19          z-index: 100; 
     20          div { 
     21               display: block; 
     22          } 
     23     } 
    2824} 
    2925 
    3026.debug { 
    31     background: #ffd478; 
    32     padding: 3px 0.5em 2px; 
     27     background: #ffd478; 
     28     padding: 3px 0.5em 2px; 
    3329} 
    3430 
    3531input[type=submit].delete.debug, 
    3632a.delete.debug { 
    37     border-color: #ffd478; 
     33     border-color: #ffd478; 
     34     &:hover { 
     35          background: #ffd478; 
     36          color: #900; 
     37          border-color: #ffd478; 
     38     } 
    3839} 
    39  
    40 input[type=submit].delete.debug:hover, 
    41 a.delete.debug:hover { 
    42     background: #ffd478; 
    43     color: #900; 
    44     border-color: #ffd478; 
    45 } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map