forked from gkapfham/www.gregorykapfhammer.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
united-light.scss
49 lines (39 loc) · 962 Bytes
/
united-light.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*-- scss:defaults --*/
// Links {{{
// Base document colors
// $link-color: #ef6c00;
$link-color: #e65100;
// }}}
// Colors {{{
// Define the color of the navbar
.navbar-light {
background-color: #e65100 !important;
}
// }}}
// Get the Gist {{{
.form-check-input,
.shiny-input-container .checkbox input,
.shiny-input-container .checkbox-inline input,
.shiny-input-container .radio input,
.shiny-input-container .radio-inline input {
width: 1em;
height: 1em;
margin-top: 0.25em;
vertical-align: top;
background-color: #ef6c00 !important;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
border: 1px solid #ef6c00 !important;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
}
.toggle-container {
background-color: rgba(233, 236, 239, 0.65);
border: 1px solid rgba(233, 236, 239, 0.65);
border-radius: 0.25rem;
}
// }}}