-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
46 lines (42 loc) · 922 Bytes
/
styles.css
File metadata and controls
46 lines (42 loc) · 922 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
43
44
45
46
/* css styles */
/* button */
.btn-primary {
color: #fff;
background-color: #1ABC9C;
border-color: #1ABC9C;
padding: .375rem .75rem;
font-size: 0.8rem !important;
margin-top: -9px;
margin-bottom: 5px;
border-radius: 12px;
}
.btn-primary:hover {
color: #fff;
background-color: #1ABC9C;
border-color: #1ABC9C;
padding: .375rem .75rem;
font-size: 0.8rem !important;
margin-top: -9px;
margin-bottom: 5px;
border-radius: 12px;
}
.btn-secondary {
color: #D6DBDF;
background-color: #fff;
border-color: #D6DBDF;
padding: .375rem .75rem;
font-size: 0.8rem !important;
margin-top: -9px;
margin-bottom: 5px;
border-radius: 12px;
}
.btn-secondary:hover {
color: #1ABC9C;
background-color: #fff;
border-color: #1ABC9C;
padding: .375rem .75rem;
font-size: 0.8rem !important;
margin-top: -9px;
margin-bottom: 5px;
border-radius: 12px;
}