-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (43 loc) · 947 Bytes
/
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
.mask .mask-tip {
overflow-wrap: break-word;
color: rgb(24, 24, 24)
}
.mask .mask-tip .mask-des {
padding: 10px;
font-size: 15px;
}
.mask .mask-tip .mask-btn-group {
position: relative;
justify-content: space-between;
margin: 10px 30px;
bottom: 0px;
}
.mask .mask-tip button {
outline: none;
/* background-color: #348b86; Green */
border-radius: 3px;
color: white;
padding: 4px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
margin: 4px 2px;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
cursor: pointer;
/* background-color: white; */
color: black;
/* border: 2px solid #348b86; */
border: 2px solid;
}
.mask .mask-tip button:focus {
border: 3.5px solid #3261fc !important;
}
/* .mask .mask-tip button:hover { */
/* background-color: #348b86; */
/* color: white; */
/* } */
.mask-tip h1{
font-size: 20px;
}