-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
53 lines (50 loc) · 884 Bytes
/
styles.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
.card{
min-height:1200px;
width:800px;
margin-left:auto;
margin-right:auto;
border:1px solid green
}
.textColor{
color:rgb(16, 16, 84);
}
.icon{
font-size:25px;
color:rgb(16, 16, 84);
margin-bottom: -14px;
margin-right:5px
}
.textCol{
border-bottom:2px solid rgb(2, 15, 54);
color:rgb(16, 16, 84);
font-size: 16px;
font-weight:500
}
.pt-15{
padding-left:15px
}
.textCols{
color:rgb(16, 16, 84);
font-size: 15px;
}
.icons{
font-size:15px;
margin-bottom: -11px;
margin-right:3px;
color:rgb(16, 16, 84);
}
.btnCls{
border:1px solid #b1a7a7;
padding:2px 5px;
border-radius: 8px;
width:150px
}
.dot{
border-radius:50%;
font-size: 0px;
border: 5px solid rgb(16, 16, 84);
margin-right:5px
}
.dev{
font-weight:500
}