-
Notifications
You must be signed in to change notification settings - Fork 10
/
style.css
70 lines (68 loc) · 1.26 KB
/
style.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
62
63
64
65
66
67
68
69
body{
margin:0;
background-color:#f0f2f5;
display: flex;
min-height: 100vh;
flex-direction: column;
}
.hey {
--card-elevation: rgb(95, 206, 174) 0px 6px 12px;
}
.red {
color: red;
}
.bypassdomain {
--textarea-min-height: 100px;
}
wl-card{
padding: 30px;
--card-elevation: 0;
}
a,a:link,a:visited,a:hover,a:active{
color:inherit;
}
wl-button {
--button-color: white;
--button-bg: black;
}
wl-progress-spinner{
--progress-spinner-buffer-color: black;
--progress-spinner-color: white;
--progress-spinner-size: 1rem;
}
wl-switch{
--switch-color-checked:black;
}
.column {
width: 30%;
display:flex;
flex-direction:column;
}
.row {
display:flex;
flex-direction:row;
justify-content:space-between;
}
.center {
display:flex;
flex-direction:row;
justify-content:center;
}
.container20{
height:20px;
}
.container30{
height:30px;
}
.footer{
display:flex;flex-direction:row;background-color:white;justify-content:space-between;margin-top:auto;padding:20px;
}
.footer1{
display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap: wrap;
}
.footer wl-button{
color:black;text-transform:none;
}
.footer wl-text{
color:#919191;margin-top:10px;
}