-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
61 lines (51 loc) · 993 Bytes
/
index.css
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
#liquid-dl-body {
font-family: Arial;
}
#liquid-dl-body {
margin: 10px;
white-space: nowrap;
min-width: 150px
}
#liquid-dl-body h1 {
font-size: 15px;
}
.siimple-alert {
display: block;
font-weight: 900;
font-size: 1rem
width: calc(100% - 30px);
font-family: Montserrat, sans-serif;
color: #57607c;
line-height: 20px;
border-radius: 5px;
background-color: #ebf2fa;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
margin-top: 10px;
margin-bottom: 10px
}
.siimple-alert--error {
background-color: #ff1a4f!important;
color: #fff!important
}
.siimple-alert--done {
background-color: #1add9f!important;
color: #fff!important
}
.siimple-alert--info {
background-color: #4894f0!important;
color: #fff!important
}
#liq-message-prompt {
text-align: center;
}
#notification-counter {
background-color: #ff7772;
color: white;
padding: 5px;
border-radius: 75%;
margin-left: 40%;
float: right;
}