-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
44 lines (31 loc) · 835 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
.pointer {cursor: pointer; font-weight: 400;}
.pointer li {list-style: circle;}
.pointer li:hover {list-style: disc !important;}
.disable-div {pointer-events: none;}
.navbar_color{background-color: #76b899 !important;cursor: default;}
.card-header:hover{
transition-property: background-color;
transition-duration: 0.51s;
background-color: rgb(76 127 175 / 30%);
}
.card-header{
transition-property: background-color;
transition-duration: 0.25s;
}
.candidate{
transition-property: font-weight;
transition-duration: 0.51s;
font-weight: 750;
color: #4c7faf;
list-style: disc !important;
}
.reportBtn:hover{
transition-property: color;
transition-duration: 0.51s;
color:#fffcf6;
}
.reportBtn{
transition-property: color;
transition-duration: 0.51s;
color:wheat;
}