-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-css-stargps.txt
46 lines (45 loc) · 1.03 KB
/
custom-css-stargps.txt
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
element.style {
z-index: 9;
white-space: nowrap;
font-size: 9px;
line-height: 9px;
font-weight: 500;
color: rgb(255, 255, 255);
font-family: Poppins;
background-color: rgba(0, 153, 255, 0.75);
border-color: rgb(0, 0, 0);
border-radius: 3px;
outline: none;
box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
box-sizing: border-box;
cursor: pointer;
text-decoration: none;
visibility: inherit;
transition: none 0s ease 0s;
text-align: inherit;
margin: 0px;
padding: 8px 19px;
letter-spacing: 0px;
min-height: 0px;
min-width: 0px;
max-height: none;
max-width: none;
opacity: 1;
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform-origin: 50% 50% 0px;
border-width: 0px;
}
@media only screen and (max-width: 767px){
#Subheader {
display: none!important;
}}
#Subheader{
padding: 60px 0!important;
background-color: #fff;
}
#Subheader:after{
display:none!important;
}
.su-tooltip{
display:none!important;
}