Commit 05b51389ce18d567b0bfbbf061731c3955e453de
1 parent
36fc987dfd
Exists in
master
and in
3 other branches
add css
Showing
1 changed file
with
17 additions
and
1 deletions
Show diff stats
static/css/custom.css
1 | .custom-input-align .v-label { | 1 | .custom-input-align .v-label { |
2 | text-align: center !important; | 2 | text-align: center !important; |
3 | width: 100% !important; | 3 | width: 100% !important; |
4 | } | 4 | } |
5 | .custom-input-align input { | 5 | .custom-input-align input { |
6 | text-align: center !important; | 6 | text-align: center !important; |
7 | } | 7 | } |
8 | .fixcolor { | 8 | .fixcolor { |
9 | background:linear-gradient(90deg,#f58753 30%,#f15e5f 110%) | 9 | background:linear-gradient(90deg,#f58753 30%,#f15e5f 110%) |
10 | } | 10 | } |
11 | .fixcolors{ | 11 | .fixcolors{ |
12 | background:#39b982 !important; | 12 | background:#39b982 !important; |
13 | } | ||
13 | } | ||
14 | .loader { | ||
15 | width: 100%; | ||
16 | height: 100%; | ||
17 | position: fixed; | ||
18 | top: 0; | ||
19 | left: 0; | ||
20 | text-align: center; | ||
21 | background-color: rgba(0, 0, 0, 0.5); | ||
22 | z-index: 999; | ||
23 | } | ||
24 | |||
25 | .loader>div { | ||
26 | position: relative; | ||
27 | top: calc(50% - 16px); | ||
28 | } |