-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathic_cert.css
More file actions
36 lines (32 loc) · 778 Bytes
/
ic_cert.css
File metadata and controls
36 lines (32 loc) · 778 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
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700,300');
.ic_link{
text-decoration: none !important;
}
.incryptos{
cursor: pointer;
display: flex;
width: 100px;
flex-direction: column;
align-items: center;
border-radius: 10px;
padding: 5px;
background: linear-gradient(-60deg, #3a6173 0%, #16222a 100%) !important;
text-decoration: none !important;
}
.incryptos__certificate{
font-family: 'Open Sans', sans-serif;
font-weight: 700;
font-size: 16px;
color: white;
text-decoration: none !important;
}
.incryptos__cert-number{
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 13px;
color: white;
text-decoration: none !important;
}
.p-pink{
color:#ee5586;
}