|
1 | | -/* Imports |
2 | | - ============================================================================ */ |
| 1 | +// IMPORTS |
| 2 | +// ========================================================================== */ |
3 | 3 |
|
4 | | -/* The "box-shadow" mixin uses colors */ |
| 4 | +// The "box-shadow" mixin uses colors |
5 | 5 | @import '_mixins'; |
6 | 6 |
|
7 | | -/* Graphic charter */ |
| 7 | +// Graphic charter |
8 | 8 | @import '_graphic-charter'; |
9 | 9 |
|
10 | 10 |
|
11 | | -/* Debug Icon |
12 | | - ============================================================================ */ |
| 11 | +// DEBUG ICON |
| 12 | +// ========================================================================== */ |
13 | 13 |
|
14 | 14 | #debug-icon { |
15 | 15 | background-color: $t-light; |
|
20 | 20 | } |
21 | 21 |
|
22 | 22 |
|
23 | | -/* Debug Bar |
24 | | - ============================================================================ */ |
| 23 | +// DEBUG BAR |
| 24 | +// ========================================================================== */ |
25 | 25 |
|
26 | 26 | #debug-bar { |
27 | 27 | background-color: $t-light; |
28 | 28 | color: $g-gray; |
29 | 29 |
|
30 | | - /* Reset to prevent conflict with other CSS files */ |
| 30 | + // Reset to prevent conflict with other CSS files */ |
31 | 31 | h1, |
32 | 32 | h2, |
33 | 33 | h3, |
|
44 | 44 | color: $g-gray; |
45 | 45 | } |
46 | 46 |
|
47 | | - /* Buttons */ |
| 47 | + // Buttons |
48 | 48 | button { |
49 | 49 | background-color: $t-light; |
50 | 50 | } |
51 | 51 |
|
52 | | - /* Tables */ |
| 52 | + // Tables |
53 | 53 | table { |
54 | 54 | strong { |
55 | 55 | color: $m-orange; |
|
68 | 68 | } |
69 | 69 | } |
70 | 70 |
|
71 | | - /* The toolbar */ |
| 71 | + // The toolbar |
72 | 72 | .toolbar { |
73 | 73 | background-color: $t-light; |
74 | 74 | @include box-shadow(0, 0, 4px, $m-gray); |
|
77 | 77 | } |
78 | 78 | } |
79 | 79 |
|
80 | | - /* Fixed top */ |
| 80 | + // Fixed top |
81 | 81 | &.fixed-top { |
82 | 82 | & .toolbar { |
83 | 83 | @include box-shadow(0, 0, 4px, $m-gray); |
|
87 | 87 | } |
88 | 88 | } |
89 | 89 |
|
90 | | - /* "Muted" elements */ |
| 90 | + // "Muted" elements |
91 | 91 | .muted { |
92 | 92 | color: $g-gray; |
93 | 93 | td { |
|
98 | 98 | } |
99 | 99 | } |
100 | 100 |
|
101 | | - /* The toolbar preferences */ |
| 101 | + // The toolbar preferences |
102 | 102 | #toolbar-position, |
103 | 103 | #toolbar-theme, { |
104 | 104 | filter: brightness(0) invert(0.6); |
105 | 105 | } |
106 | 106 |
|
107 | | - /* The toolbar menus */ |
| 107 | + // The toolbar menus |
108 | 108 | .ci-label { |
109 | 109 | &.active { |
110 | 110 | background-color: $m-gray; |
|
118 | 118 | } |
119 | 119 | } |
120 | 120 |
|
121 | | - /* The tabs container */ |
| 121 | + // The tabs container |
122 | 122 | .tab { |
123 | 123 | background-color: $t-light; |
124 | 124 | @include box-shadow(0, -1px, 4px, $m-gray); |
125 | 125 | } |
126 | 126 |
|
127 | | - /* The "Timeline" tab */ |
| 127 | + // The "Timeline" tab |
128 | 128 | .timeline { |
129 | 129 | th, |
130 | 130 | td { |
|
137 | 137 | } |
138 | 138 |
|
139 | 139 |
|
140 | | -/* Debug View |
141 | | - ============================================================================ */ |
| 140 | +// DEBUG VIEW |
| 141 | +// ========================================================================== */ |
142 | 142 |
|
143 | 143 | .debug-view.show-view { |
144 | 144 | border-color: $g-orange; |
|
0 commit comments