-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
42 lines (40 loc) · 727 Bytes
/
Copy pathstyles.css
File metadata and controls
42 lines (40 loc) · 727 Bytes
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
body {
background-color: #e1f4f3;
text-align: center;
}
.navbar {
background-color: #333333;
}
a {
color: #f1f9f9;
}
a:hover {
color: #f0f0f0;
}
button.normal{
font-size: 14px;
font-weight: 650;
padding: 18px 33px;
color: #000;
background-color: #fff;
border-radius: 4px;
cursor: pointer;
border: none;
outline: none;
transition: 0.2s;
}
.modal-footer{
display: block;
align-items: center;
}
.modal-footer button {
background-color: #088178;
color: #fff;
white-space: nowrap;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.modal-footer button:hover{
box-shadow: 10px 10px 54px rgba(70,62,221,0.5);
cursor: pointer;
}