1
1
@import url (https://fonts.googleapis.com/css?family=Raleway );
2
- @import " froala_editor.min" ;
3
- @import " froala_style.min" ;
4
- @import " plugins/char_counter.min" ;
5
- @import " plugins/code_view.min" ;
6
- @import " plugins/colors.min" ;
7
- @import " plugins/emoticons.min" ;
8
- @import " plugins/file.min" ;
9
- @import " plugins/fullscreen.min" ;
10
- @import " plugins/image.min" ;
11
- @import " plugins/image_manager.min" ;
12
- @import " plugins/line_breaker.min" ;
13
- @import " plugins/quick_insert.min" ;
14
- @import " plugins/table.min" ;
15
- @import " plugins/video.min" ;
16
- @import " font-awesome" ;
17
- @import " icheck/flat/all" ;
18
2
19
3
@mixin transition ($time ) {
20
4
-webkit-transition : all $time ease ;
@@ -135,8 +119,8 @@ a.navbar-brand {
135
119
background : $primary ;
136
120
border-color : darken ($primary , 10% );
137
121
& :hover , & :focus , & :target , & :active {
138
- background : $ternary ;
139
- border-color : darken ($ternary , 10% );
122
+ background : $secondary ;
123
+ border-color : darken ($secondary , 10% );
140
124
color : $primary ;
141
125
}
142
126
}
@@ -147,17 +131,17 @@ a.navbar-brand {
147
131
}
148
132
149
133
.btn-primary {
150
- background : darken ($ternary , 20% );
151
- border-color : darken ($ternary , 20% );
134
+ background : darken ($secondary , 20% );
135
+ border-color : darken ($secondary , 20% );
152
136
& :hover , & :focus , & :target , & :active {
153
- background : darken ($ternary , 20% );
154
- border-color : darken ($ternary , 20% );
137
+ background : darken ($secondary , 20% );
138
+ border-color : darken ($secondary , 20% );
155
139
}
156
140
}
157
141
158
142
.btn-primary.disabled {
159
- background : lighten ($ternary , 20% );
160
- border-color : ligten ($ternary , 20% );
143
+ background : lighten ($secondary , 20% );
144
+ border-color : ligten ($secondary , 20% );
161
145
}
162
146
163
147
.alert {
@@ -184,7 +168,7 @@ a.navbar-brand {
184
168
}
185
169
186
170
.navbar-default {
187
- background : darken ($ternary , 20% );
171
+ background : darken ($secondary , 20% );
188
172
border : 0 ;
189
173
}
190
174
@@ -199,17 +183,17 @@ a.navbar-brand {
199
183
}
200
184
201
185
.dropdown-header :hover {
202
- background : $ternary ;
186
+ background : $secondary ;
203
187
}
204
188
205
189
.dropdown-header.active {
206
- background : $ternary ;
190
+ background : $secondary ;
207
191
}
208
192
209
193
a ,
210
194
.navbar-default .navbar-nav > li > a {
211
195
& :hover {
212
- color : $ternary ;
196
+ color : $secondary ;
213
197
}
214
198
color : white ;
215
199
}
@@ -222,17 +206,17 @@ a.navbar-brand {
222
206
width : 100% ;
223
207
color : white !important ;
224
208
cursor : pointer !important ;
225
- background : darken ($ternary , 10% ) !important ;
209
+ background : darken ($secondary , 10% ) !important ;
226
210
& :hover {
227
- background : darken ($ternary , 10% ) !important ;
211
+ background : darken ($secondary , 10% ) !important ;
228
212
color : white !important ;
229
213
}
230
214
}
231
215
232
216
.page-header {
233
217
margin-top : 0 ;
234
218
h1 {
235
- background : $ternary ;
219
+ background : $secondary ;
236
220
padding : 10px 15px ;
237
221
color : white ;
238
222
border-radius : 2px ;
@@ -246,7 +230,7 @@ a.navbar-brand {
246
230
background : white ;
247
231
padding : 20px ;
248
232
a {
249
- color : $ternary ;
233
+ color : $secondary ;
250
234
}
251
235
}
252
236
@@ -256,7 +240,7 @@ a.navbar-brand {
256
240
257
241
.nav-pills > li > a :hover ,
258
242
.nav-pills > li > a :focus {
259
- color : $ternary !important ;
243
+ color : $secondary !important ;
260
244
}
261
245
262
246
.root_links {
@@ -266,7 +250,7 @@ a.navbar-brand {
266
250
}
267
251
color : white ;
268
252
& :hover {
269
- background : darken ($ternary , 10% ) !important ;
253
+ background : darken ($secondary , 10% ) !important ;
270
254
}
271
255
a {
272
256
& :hover {
@@ -293,14 +277,14 @@ a.navbar-brand {
293
277
li a {
294
278
color : #EEE ;
295
279
& :hover {
296
- color : $ternary !important ;
280
+ color : $secondary !important ;
297
281
}
298
282
}
299
283
li .active a {
300
284
background : darken ($primary , 10% );
301
- color : $ternary !important ;
285
+ color : $secondary !important ;
302
286
& :hover {
303
- color : $ternary !important ;
287
+ color : $secondary !important ;
304
288
}
305
289
}
306
290
}
@@ -319,16 +303,16 @@ h1,
319
303
}
320
304
321
305
.fieldset a {
322
- color : $ternary !important ;
306
+ color : $secondary !important ;
323
307
}
324
308
325
309
.table-striped td :not (.image_field ) a {
326
310
text-decoration : none !important ;
327
311
padding : 8px 10px ;
328
312
border-radius : 2px ;
329
- color : $ternary ;
313
+ color : $secondary ;
330
314
& :hover {
331
- background : $ternary ;
315
+ background : $secondary ;
332
316
color : $primary ;
333
317
}
334
318
}
@@ -356,7 +340,7 @@ body.rails_admin .table td {
356
340
}
357
341
358
342
.row-highlight td {
359
- background : rgba ($ternary , .1 ) !important ;
343
+ background : rgba ($secondary , .1 ) !important ;
360
344
}
361
345
362
346
.table-condensed > thead > tr > th , .table-condensed > thead > tr > td , .table-condensed > tbody > tr > th , .table-condensed > tbody > tr > td , .table-condensed > tfoot > tr > th , .table-condensed > tfoot > tr > td ,
@@ -366,7 +350,7 @@ body.rails_admin .table td {
366
350
367
351
.table-striped {
368
352
border : 1px solid #ddd ;
369
- border-top : 4px solid $ternary ;
353
+ border-top : 4px solid $secondary ;
370
354
}
371
355
372
356
th .shrink {
@@ -435,7 +419,7 @@ td.carrierwave_type .img-thumbnail {
435
419
436
420
.sortable-container {
437
421
width : 100% ;
438
- background : lighten ($ternary , 5% );
422
+ background : lighten ($secondary , 5% );
439
423
margin-bottom : 15px ;
440
424
}
441
425
@@ -445,16 +429,16 @@ td.carrierwave_type .img-thumbnail {
445
429
}
446
430
447
431
.li_sortable_label {
448
- background : lighten ($ternary , 5% );
432
+ background : lighten ($secondary , 5% );
449
433
color : $primary ;
450
434
padding : 10px 15px ;
451
435
}
452
436
453
437
.ref_number {
454
- color : $ternary ;
438
+ color : $secondary ;
455
439
background : $primary ;
456
440
padding : 10px 15px ;
457
- border-left : 2px solid darken ($ternary , 20% );
441
+ border-left : 2px solid darken ($secondary , 20% );
458
442
}
459
443
460
444
.ui-state-highlight {
@@ -505,7 +489,6 @@ td.carrierwave_type .img-thumbnail {
505
489
#edit_page {
506
490
.has_one_association_type {
507
491
background : #F3F1F1 ;
508
- padding : 25px 15px ;
509
492
margin : 25px 15px !important ;
510
493
}
511
494
}
0 commit comments