-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy path_global.scss
More file actions
112 lines (90 loc) · 1.27 KB
/
_global.scss
File metadata and controls
112 lines (90 loc) · 1.27 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
$csh-pink: #b0197e;
.navbar-fixed-bottom,
.navbar-fixed-top {
z-index: 900;
}
.sub-header {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.table-fill {
padding: 0;
td,
th {
&:first-of-type {
padding-left: 15px !important;
}
&:last-of-type {
padding-right: 15px !important;
}
}
}
.no-bottom-margin {
margin-bottom: 0;
}
.glyphicon {
&.green {
color: #4da74d;
}
&.red {
color: #cb4b4b;
}
&.yellow {
color: #f1c40f;
}
}
.danger {
background-color: #ff262d;
}
.warning {
background-color: #fb3;
}
.success {
background-color: #00b44a;
}
.white {
color: #fff;
}
.align-center {
text-align: center;
}
.page-title {
margin: 20px 0 30px;
}
tr {
&.disabled {
opacity: .5;
}
}
.footer-version {
display: block;
opacity: .3;
margin: 50px auto 20px;
text-align: center;
color: #000;
font-size: .9em;
&:hover {
text-decoration: none;
color: #000;
}
}
.vcenter {
display: inline-block;
float: none;
vertical-align: middle;
}
.hidden {
display: none;
}
.alert-admin {
margin: 30px 0 -20px;
}
.label-primary {
background-color: $csh-pink;
}
.eval-user-img {
border-radius: 50%;
}
select.form-control:not([size]):not([multiple]) {
height: calc(3rem + 2px);
}