Show More
The requested changes are too big and content was truncated. Show full diff
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file | ||
The requested commit or file is too big and content was truncated. Show full diff |
@@ -1,427 +1,444 b'' | |||||
1 | .top-state-report { |
|
1 | .top-state-report { | |
2 |
|
2 | |||
|
3 | h3 { | |||
|
4 | margin: 0 0 15px; | |||
|
5 | } | |||
|
6 | ||||
|
7 | .tab-pane { | |||
|
8 | padding: 15px; | |||
|
9 | border-bottom: 1px solid #ddd; | |||
|
10 | border-right: 1px solid #ddd; | |||
|
11 | border-left: 1px solid #ddd; | |||
|
12 | border-radius: 4px; | |||
|
13 | } | |||
|
14 | ||||
|
15 | .perf_stats, | |||
|
16 | .report-table { | |||
|
17 | margin-bottom: 30px; | |||
|
18 | } | |||
|
19 | ||||
3 | .affected-user-list { |
|
20 | .affected-user-list { | |
4 | margin: 0px; |
|
21 | margin: 0px; | |
5 | padding: 0px; |
|
22 | padding: 0px; | |
6 | li { |
|
23 | li { | |
7 | list-style: none; |
|
24 | list-style: none; | |
8 | padding-bottom: 5px; |
|
25 | padding-bottom: 5px; | |
9 | } |
|
26 | } | |
10 | } |
|
27 | } | |
11 |
|
28 | |||
12 | .inspect_vars .glyphicon { |
|
29 | .inspect_vars .glyphicon { | |
13 | margin: 0 2px; |
|
30 | margin: 0 2px; | |
14 | padding: 2px 5px 5px; |
|
31 | padding: 2px 5px 5px; | |
15 | } |
|
32 | } | |
16 |
|
33 | |||
17 | .priority { |
|
34 | .priority { | |
18 | border-radius: 20px 20px 20px 20px; |
|
35 | border-radius: 20px 20px 20px 20px; | |
19 | display: inline-block; |
|
36 | display: inline-block; | |
20 | font-size: 79.4%; |
|
37 | font-size: 79.4%; | |
21 | font-weight: bold; |
|
38 | font-weight: bold; | |
22 | height: 15px; |
|
39 | height: 15px; | |
23 | padding: 1px 0 0; |
|
40 | padding: 1px 0 0; | |
24 | text-align: center; |
|
41 | text-align: center; | |
25 | width: 15px; |
|
42 | width: 15px; | |
26 | position: absolute; |
|
43 | position: absolute; | |
27 | margin-left: 22px; |
|
44 | margin-left: 22px; | |
28 | margin-top: -7px; |
|
45 | margin-top: -7px; | |
29 | box-shadow: 0px 0px 2px rgb(255, 255, 255); |
|
46 | box-shadow: 0px 0px 2px rgb(255, 255, 255); | |
30 | } |
|
47 | } | |
31 |
|
48 | |||
32 | .priority-1 { |
|
49 | .priority-1 { | |
33 | background-color: rgb(255, 233, 233); |
|
50 | background-color: rgb(255, 233, 233); | |
34 | color: rgb(255, 123, 123); |
|
51 | color: rgb(255, 123, 123); | |
35 | .priority |
|
52 | .priority | |
36 | } |
|
53 | } | |
37 |
|
54 | |||
38 | .priority-2 { |
|
55 | .priority-2 { | |
39 | background-color: rgb(255, 211, 211); |
|
56 | background-color: rgb(255, 211, 211); | |
40 | color: @color_white; |
|
57 | color: @color_white; | |
41 | .priority |
|
58 | .priority | |
42 | } |
|
59 | } | |
43 |
|
60 | |||
44 | .priority-3 { |
|
61 | .priority-3 { | |
45 | background-color: rgb(255, 189, 189); |
|
62 | background-color: rgb(255, 189, 189); | |
46 | color: @color_white; |
|
63 | color: @color_white; | |
47 | .priority |
|
64 | .priority | |
48 | } |
|
65 | } | |
49 |
|
66 | |||
50 | .priority-4 { |
|
67 | .priority-4 { | |
51 | background-color: rgb(255, 167, 167); |
|
68 | background-color: rgb(255, 167, 167); | |
52 | color: @color_white; |
|
69 | color: @color_white; | |
53 | .priority |
|
70 | .priority | |
54 | } |
|
71 | } | |
55 |
|
72 | |||
56 | .priority-5 { |
|
73 | .priority-5 { | |
57 | background-color: rgb(255, 145, 145); |
|
74 | background-color: rgb(255, 145, 145); | |
58 | color: @color_white; |
|
75 | color: @color_white; | |
59 | .priority |
|
76 | .priority | |
60 | } |
|
77 | } | |
61 |
|
78 | |||
62 | .priority-6 { |
|
79 | .priority-6 { | |
63 | background-color: rgb(255, 123, 123); |
|
80 | background-color: rgb(255, 123, 123); | |
64 | color: @color_white; |
|
81 | color: @color_white; | |
65 | .priority |
|
82 | .priority | |
66 | } |
|
83 | } | |
67 |
|
84 | |||
68 | .priority-7 { |
|
85 | .priority-7 { | |
69 | background-color: rgb(255, 101, 101); |
|
86 | background-color: rgb(255, 101, 101); | |
70 | color: @color_white; |
|
87 | color: @color_white; | |
71 | .priority |
|
88 | .priority | |
72 | } |
|
89 | } | |
73 |
|
90 | |||
74 | .priority-8 { |
|
91 | .priority-8 { | |
75 | background-color: rgb(255, 79, 79); |
|
92 | background-color: rgb(255, 79, 79); | |
76 | color: @color_white; |
|
93 | color: @color_white; | |
77 | .priority |
|
94 | .priority | |
78 | } |
|
95 | } | |
79 |
|
96 | |||
80 | .priority-9 { |
|
97 | .priority-9 { | |
81 | background-color: rgb(255, 57, 57); |
|
98 | background-color: rgb(255, 57, 57); | |
82 | color: @color_white; |
|
99 | color: @color_white; | |
83 | .priority |
|
100 | .priority | |
84 | } |
|
101 | } | |
85 |
|
102 | |||
86 | .priority-10 { |
|
103 | .priority-10 { | |
87 | background-color: rgb(255, 35, 35); |
|
104 | background-color: rgb(255, 35, 35); | |
88 | color: @color_white; |
|
105 | color: @color_white; | |
89 | .priority |
|
106 | .priority | |
90 | } |
|
107 | } | |
91 |
|
108 | |||
92 | .table.report-list { |
|
109 | .table.report-list { | |
93 | table-layout: fixed; |
|
110 | table-layout: fixed; | |
94 |
|
111 | |||
95 | .occurences { |
|
112 | .occurences { | |
96 | width: 45px; |
|
113 | width: 45px; | |
97 | } |
|
114 | } | |
98 |
|
115 | |||
99 | .priority { |
|
116 | .priority { | |
100 | width: 45px; |
|
117 | width: 45px; | |
101 | } |
|
118 | } | |
102 |
|
119 | |||
103 | .when { |
|
120 | .when { | |
104 | width: 120px; |
|
121 | width: 120px; | |
105 | } |
|
122 | } | |
106 |
|
123 | |||
107 | .report { |
|
124 | .report { | |
108 | font-weight: bold; |
|
125 | font-weight: bold; | |
109 | } |
|
126 | } | |
110 |
|
127 | |||
111 | tbody td { |
|
128 | tbody td { | |
112 | padding: 15px; |
|
129 | padding: 15px; | |
113 | } |
|
130 | } | |
114 |
|
131 | |||
115 | .occurences { |
|
132 | .occurences { | |
116 | .count { |
|
133 | .count { | |
117 | background-color: @color_orange; |
|
134 | background-color: @color_orange; | |
118 | border-radius: 3px; |
|
135 | border-radius: 3px; | |
119 | color: #FFFFFF; |
|
136 | color: #FFFFFF; | |
120 | display: inline-block; |
|
137 | display: inline-block; | |
121 | font-weight: bold; |
|
138 | font-weight: bold; | |
122 | height: 33px; |
|
139 | height: 33px; | |
123 | padding: 7px 0 0; |
|
140 | padding: 7px 0 0; | |
124 | text-align: center; |
|
141 | text-align: center; | |
125 | width: 33px; |
|
142 | width: 33px; | |
126 | } |
|
143 | } | |
127 |
|
144 | |||
128 | .fixed { |
|
145 | .fixed { | |
129 | background-color: @color_green; |
|
146 | background-color: @color_green; | |
130 | } |
|
147 | } | |
131 |
|
148 | |||
132 | .public { |
|
149 | .public { | |
133 | background-color: @color_dark_blue; |
|
150 | background-color: @color_dark_blue; | |
134 | } |
|
151 | } | |
135 |
|
152 | |||
136 | .reviewed { |
|
153 | .reviewed { | |
137 | background-color: @color_light_grey; |
|
154 | background-color: @color_light_grey; | |
138 | color: #000000; |
|
155 | color: #000000; | |
139 | } |
|
156 | } | |
140 |
|
157 | |||
141 | } |
|
158 | } | |
142 | .when { |
|
159 | .when { | |
143 | font-size: 80%; |
|
160 | font-size: 80%; | |
144 | } |
|
161 | } | |
145 | .url { |
|
162 | .url { | |
146 | color: #777777; |
|
163 | color: #777777; | |
147 | font-weight: normal; |
|
164 | font-weight: normal; | |
148 | } |
|
165 | } | |
149 |
|
166 | |||
150 | .tick { |
|
167 | .tick { | |
151 | width: 20px !important; |
|
168 | width: 20px !important; | |
152 | } |
|
169 | } | |
153 |
|
170 | |||
154 | .application { |
|
171 | .application { | |
155 | width: 150px; |
|
172 | width: 150px; | |
156 | } |
|
173 | } | |
157 |
|
174 | |||
158 | td.application { |
|
175 | td.application { | |
159 | font-size: 80%; |
|
176 | font-size: 80%; | |
160 | .app_name { |
|
177 | .app_name { | |
161 | font-weight: bold; |
|
178 | font-weight: bold; | |
162 | } |
|
179 | } | |
163 | .server { |
|
180 | .server { | |
164 | color: #777777; |
|
181 | color: #777777; | |
165 | } |
|
182 | } | |
166 | } |
|
183 | } | |
167 |
|
184 | |||
168 | } |
|
185 | } | |
169 |
|
186 | |||
170 | #error-history_pane div { |
|
187 | #error-history_pane div { | |
171 | } |
|
188 | } | |
172 |
|
189 | |||
173 | #request-details-container #request-details { |
|
190 | #request-details-container #request-details { | |
174 | font-size: 80%; |
|
191 | font-size: 80%; | |
175 | > ul { |
|
192 | > ul { | |
176 | padding: 0px; |
|
193 | padding: 0px; | |
177 | } |
|
194 | } | |
178 | li { |
|
195 | li { | |
179 | margin: 0px 0px 10px 0px; |
|
196 | margin: 0px 0px 10px 0px; | |
180 | list-style: none; |
|
197 | list-style: none; | |
181 | } |
|
198 | } | |
182 | } |
|
199 | } | |
183 |
|
200 | |||
184 | .reformat { |
|
201 | .reformat { | |
185 | .white-block; |
|
202 | .white-block; | |
186 | pre { |
|
203 | pre { | |
187 | font-size: 0.88em; |
|
204 | font-size: 0.88em; | |
188 | font-family: monospace, monospace; |
|
205 | font-family: monospace, monospace; | |
189 | line-height: 1.8em; |
|
206 | line-height: 1.8em; | |
190 | color: #555555; |
|
207 | color: #555555; | |
191 |
|
208 | |||
192 | .border-radius(0px); |
|
209 | .border-radius(0px); | |
193 | border: 0px; |
|
210 | border: 0px; | |
194 | margin: 0px; |
|
211 | margin: 0px; | |
195 | } |
|
212 | } | |
196 | } |
|
213 | } | |
197 |
|
214 | |||
198 | .report-table { |
|
215 | .report-table { | |
199 | font-size: 86%; |
|
216 | font-size: 86%; | |
200 | width: 100%; |
|
217 | width: 100%; | |
201 | td.table-label { |
|
218 | td.table-label { | |
202 | width: 115px; |
|
219 | width: 115px; | |
203 | } |
|
220 | } | |
204 | &.with-ellipsis { |
|
221 | &.with-ellipsis { | |
205 | table-layout: fixed; |
|
222 | table-layout: fixed; | |
206 | } |
|
223 | } | |
207 |
|
224 | |||
208 | &.with-tags { |
|
225 | &.with-tags { | |
209 | td.table-label { |
|
226 | td.table-label { | |
210 | width: 150px; |
|
227 | width: 150px; | |
211 | .word-wrap; |
|
228 | .word-wrap; | |
212 | } |
|
229 | } | |
213 | } |
|
230 | } | |
214 | } |
|
231 | } | |
215 |
|
232 | |||
216 | .report-table td.data { |
|
233 | .report-table td.data { | |
217 | padding-bottom: 10px; |
|
234 | padding-bottom: 10px; | |
218 | vertical-align: top; |
|
235 | vertical-align: top; | |
219 | } |
|
236 | } | |
220 |
|
237 | |||
221 | .report-table td.table-label { |
|
238 | .report-table td.table-label { | |
222 | min-width: 115px; |
|
239 | min-width: 115px; | |
223 | text-align: left; |
|
240 | text-align: left; | |
224 | padding: 0px 10px 0px 0px; |
|
241 | padding: 0px 10px 0px 0px; | |
225 | font-weight: bold; |
|
242 | font-weight: bold; | |
226 | line-height: 1.5em; |
|
243 | line-height: 1.5em; | |
227 | vertical-align: top; |
|
244 | vertical-align: top; | |
228 | } |
|
245 | } | |
229 | .userRepresentation { |
|
246 | .userRepresentation { | |
230 | min-width: 200px; |
|
247 | min-width: 200px; | |
231 | height: 55px; |
|
248 | height: 55px; | |
232 | overflow: hidden; |
|
249 | overflow: hidden; | |
233 | margin-bottom: 5px; |
|
250 | margin-bottom: 5px; | |
234 | list-style: none; |
|
251 | list-style: none; | |
235 | padding: 5px; |
|
252 | padding: 5px; | |
236 | -webkit-transition-duration: 0.25s; |
|
253 | -webkit-transition-duration: 0.25s; | |
237 | -moz-transition-duration: 0.25s; |
|
254 | -moz-transition-duration: 0.25s; | |
238 | -o-transition-duration: 0.25s; |
|
255 | -o-transition-duration: 0.25s; | |
239 | transition-duration: 0.25s; |
|
256 | transition-duration: 0.25s; | |
240 |
|
257 | |||
241 | p { |
|
258 | p { | |
242 | margin: 0px; |
|
259 | margin: 0px; | |
243 |
|
260 | |||
244 | } |
|
261 | } | |
245 |
|
262 | |||
246 | &:hover { |
|
263 | &:hover { | |
247 | background-color: rgb(255, 111, 0); |
|
264 | background-color: rgb(255, 111, 0); | |
248 | -webkit-transition-duration: 0.25s; |
|
265 | -webkit-transition-duration: 0.25s; | |
249 | -moz-transition-duration: 0.25s; |
|
266 | -moz-transition-duration: 0.25s; | |
250 | -o-transition-duration: 0.25s; |
|
267 | -o-transition-duration: 0.25s; | |
251 | transition-duration: 0.25s; |
|
268 | transition-duration: 0.25s; | |
252 | } |
|
269 | } | |
253 |
|
270 | |||
254 | img { |
|
271 | img { | |
255 | float: left; |
|
272 | float: left; | |
256 | height: 50px; |
|
273 | height: 50px; | |
257 | max-width: 50px; |
|
274 | max-width: 50px; | |
258 | margin: 0px 5px 0px 0px; |
|
275 | margin: 0px 5px 0px 0px; | |
259 | } |
|
276 | } | |
260 |
|
277 | |||
261 | } |
|
278 | } | |
262 | .user_picker { |
|
279 | .user_picker { | |
263 | font-size: 80%; |
|
280 | font-size: 80%; | |
264 |
|
281 | |||
265 | .column { |
|
282 | .column { | |
266 | width: 33%; |
|
283 | width: 33%; | |
267 | float: left; |
|
284 | float: left; | |
268 | } |
|
285 | } | |
269 |
|
286 | |||
270 | ul { |
|
287 | ul { | |
271 | padding: 0px; |
|
288 | padding: 0px; | |
272 | height: 400px; |
|
289 | height: 400px; | |
273 | overflow: auto; |
|
290 | overflow: auto; | |
274 | min-width: 250px; |
|
291 | min-width: 250px; | |
275 | border: 1px solid #eeeeee; |
|
292 | border: 1px solid #eeeeee; | |
276 | padding: 5px; |
|
293 | padding: 5px; | |
277 | margin: 5px 0px; |
|
294 | margin: 5px 0px; | |
278 | } |
|
295 | } | |
279 | } |
|
296 | } | |
280 |
|
297 | |||
281 | .comment-holder { |
|
298 | .comment-holder { | |
282 | border: 1px solid @color_light_grey; |
|
299 | border: 1px solid @color_light_grey; | |
283 | } |
|
300 | } | |
284 |
|
301 | |||
285 | .comment-holder { |
|
302 | .comment-holder { | |
286 | background-color: #FFFFFF; |
|
303 | background-color: #FFFFFF; | |
287 | border: 1px solid #E1E1E1; |
|
304 | border: 1px solid #E1E1E1; | |
288 | margin-bottom: 5px; |
|
305 | margin-bottom: 5px; | |
289 | padding: 10px; |
|
306 | padding: 10px; | |
290 | } |
|
307 | } | |
291 |
|
308 | |||
292 | .comment-holder .icon.big { |
|
309 | .comment-holder .icon.big { | |
293 | margin: 0 0 0 -7px; |
|
310 | margin: 0 0 0 -7px; | |
294 | } |
|
311 | } | |
295 |
|
312 | |||
296 | #comment_create .TextAreaField { |
|
313 | #comment_create .TextAreaField { | |
297 | width: 90%; |
|
314 | width: 90%; | |
298 | height: 70px; |
|
315 | height: 70px; | |
299 | } |
|
316 | } | |
300 |
|
317 | |||
301 | #basic-info_pane { |
|
318 | #basic-info_pane { | |
302 | position: relative; |
|
319 | position: relative; | |
303 | } |
|
320 | } | |
304 |
|
321 | |||
305 | .switch_detail_holder { |
|
322 | .switch_detail_holder { | |
306 | position: absolute; |
|
323 | position: absolute; | |
307 | right: 10px; |
|
324 | right: 10px; | |
308 | font-size: 70%; |
|
325 | font-size: 70%; | |
309 | } |
|
326 | } | |
310 |
|
327 | |||
311 | #similar-reports { |
|
328 | #similar-reports { | |
312 | .notice { |
|
329 | .notice { | |
313 | color: lighten(@color_grey, 20%); |
|
330 | color: lighten(@color_grey, 20%); | |
314 | } |
|
331 | } | |
315 | } |
|
332 | } | |
316 |
|
333 | |||
317 | .frames { |
|
334 | .frames { | |
318 | margin-top: 15px; |
|
335 | margin-top: 15px; | |
319 |
|
336 | |||
320 | .white-block; |
|
337 | .white-block; | |
321 |
|
338 | |||
322 | .frame { |
|
339 | .frame { | |
323 | padding-bottom: 10px; |
|
340 | padding-bottom: 10px; | |
324 | .icon { |
|
341 | .icon { | |
325 | padding: 10px |
|
342 | padding: 10px | |
326 | } |
|
343 | } | |
327 | &.even { |
|
344 | &.even { | |
328 | background-color: #f9f9f9; |
|
345 | background-color: #f9f9f9; | |
329 | } |
|
346 | } | |
330 | } |
|
347 | } | |
331 |
|
348 | |||
332 | .frameline, .cline { |
|
349 | .frameline, .cline { | |
333 | line-height: 150%; |
|
350 | line-height: 150%; | |
334 | color: lighten(@color_grey, 40%); |
|
351 | color: lighten(@color_grey, 40%); | |
335 | } |
|
352 | } | |
336 | .mono { |
|
353 | .mono { | |
337 | font-family: monospace; |
|
354 | font-family: monospace; | |
338 | white-space: pre-wrap; |
|
355 | white-space: pre-wrap; | |
339 | font-size: 86%; |
|
356 | font-size: 86%; | |
340 | } |
|
357 | } | |
341 |
|
358 | |||
342 | .dim:hover { |
|
359 | .dim:hover { | |
343 | opacity: 0.8; |
|
360 | opacity: 0.8; | |
344 | } |
|
361 | } | |
345 |
|
362 | |||
346 | .file { |
|
363 | .file { | |
347 | color: @color_med_blue; |
|
364 | color: @color_med_blue; | |
348 | font-weight: bold; |
|
365 | font-weight: bold; | |
349 | } |
|
366 | } | |
350 | .cline { |
|
367 | .cline { | |
351 | padding-left: 50px; |
|
368 | padding-left: 50px; | |
352 | color: @color_vdark_grey; |
|
369 | color: @color_vdark_grey; | |
353 | } |
|
370 | } | |
354 | .line { |
|
371 | .line { | |
355 | color: @color_dark_blue; |
|
372 | color: @color_dark_blue; | |
356 | font-weight: bold; |
|
373 | font-weight: bold; | |
357 | } |
|
374 | } | |
358 | .fn { |
|
375 | .fn { | |
359 | color: @color_dark_orange; |
|
376 | color: @color_dark_orange; | |
360 | font-weight: bold; |
|
377 | font-weight: bold; | |
361 | } |
|
378 | } | |
362 |
|
379 | |||
363 | } |
|
380 | } | |
364 |
|
381 | |||
365 | .var-listing { |
|
382 | .var-listing { | |
366 | td { |
|
383 | td { | |
367 | padding: 10px 10px 10px 10px; |
|
384 | padding: 10px 10px 10px 10px; | |
368 | } |
|
385 | } | |
369 | .var-label { |
|
386 | .var-label { | |
370 | margin-right: 10px; |
|
387 | margin-right: 10px; | |
371 | font-weight: bold; |
|
388 | font-weight: bold; | |
372 | text-align: right; |
|
389 | text-align: right; | |
373 | vertical-align: top; |
|
390 | vertical-align: top; | |
374 | max-width: 200px; |
|
391 | max-width: 200px; | |
375 | overflow: hidden; |
|
392 | overflow: hidden; | |
376 | text-overflow: ellipsis; |
|
393 | text-overflow: ellipsis; | |
377 | } |
|
394 | } | |
378 |
|
395 | |||
379 | .odd { |
|
396 | .odd { | |
380 | background-color: rgba(0, 0, 0, 0.024); |
|
397 | background-color: rgba(0, 0, 0, 0.024); | |
381 | } |
|
398 | } | |
382 |
|
399 | |||
383 | } |
|
400 | } | |
384 |
|
401 | |||
385 | .report-section { |
|
402 | .report-section { | |
386 | #row-start_date, #row-end_date, #row-priority, #row-http_status { |
|
403 | #row-start_date, #row-end_date, #row-priority, #row-http_status { | |
387 | display: inline-block; |
|
404 | display: inline-block; | |
388 | width: 110px |
|
405 | width: 110px | |
389 | } |
|
406 | } | |
390 |
|
407 | |||
391 | .no-vars { |
|
408 | .no-vars { | |
392 | width: 31px; |
|
409 | width: 31px; | |
393 | display: inline-block; |
|
410 | display: inline-block; | |
394 | } |
|
411 | } | |
395 |
|
412 | |||
396 | } |
|
413 | } | |
397 |
|
414 | |||
398 | .slow-report-section { |
|
415 | .slow-report-section { | |
399 | #row-start_date, #row-end_date { |
|
416 | #row-start_date, #row-end_date { | |
400 | display: inline-block; |
|
417 | display: inline-block; | |
401 | width: 110px |
|
418 | width: 110px | |
402 | } |
|
419 | } | |
403 |
|
420 | |||
404 | #row-priority { |
|
421 | #row-priority { | |
405 | display: inline-block; |
|
422 | display: inline-block; | |
406 | width: 75px |
|
423 | width: 75px | |
407 | } |
|
424 | } | |
408 |
|
425 | |||
409 | #row-min_request_time { |
|
426 | #row-min_request_time { | |
410 | display: inline-block; |
|
427 | display: inline-block; | |
411 | width: 140px; |
|
428 | width: 140px; | |
412 | input { |
|
429 | input { | |
413 | width: 75px; |
|
430 | width: 75px; | |
414 | } |
|
431 | } | |
415 | } |
|
432 | } | |
416 |
|
433 | |||
417 | } |
|
434 | } | |
418 |
|
435 | |||
419 | .fixed { |
|
436 | .fixed { | |
420 | color: @color_red; |
|
437 | color: @color_red; | |
421 | } |
|
438 | } | |
422 |
|
439 | |||
423 | .not-fixed { |
|
440 | .not-fixed { | |
424 | color: @color_green; |
|
441 | color: @color_green; | |
425 | } |
|
442 | } | |
426 |
|
443 | |||
427 | } |
|
444 | } |
General Comments 0
You need to be logged in to leave comments.
Login now