Blame view
static/css/custom.css
709 Bytes
4413a8d93
|
1 2 3 4 |
.custom-input-align .v-label { text-align: center !important; width: 100% !important; } |
5c102c705
|
5 |
|
4413a8d93
|
6 7 8 |
.custom-input-align input { text-align: center !important; } |
5c102c705
|
9 |
|
ae898ca2b
|
10 |
.fixcolor { |
5c102c705
|
11 |
background: linear-gradient(90deg, #f58753 30%, #f15e5f 110%) |
ae898ca2b
|
12 |
} |
5c102c705
|
13 14 15 |
.fixcolors { background: #39b982 !important; |
05b51389c
|
16 |
} |
5c102c705
|
17 |
|
05b51389c
|
18 19 20 21 22 23 24 25 26 |
.loader { width: 100%; height: 100%; position: fixed; top: 0; left: 0; text-align: center; background-color: rgba(0, 0, 0, 0.5); z-index: 999; |
5c102c705
|
27 28 29 |
} .loader>div { |
05b51389c
|
30 31 |
position: relative; top: calc(50% - 16px); |
5c102c705
|
32 33 34 35 36 37 38 39 40 41 42 |
} @media screen and (max-width: 600px) { img { position: absolute; top: 13px; left: 10px; height: 34px; width: 120px; } } |