-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
40 lines (40 loc) · 1.04 KB
/
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
.site-header__container{
background-color: green !important;
}
.priceButton{
color: var(--gm-hairlinebutton-ink-color, rgb(26, 115, 232));
background: rgb(230, 240, 255);
border-radius: 15px;
border-width: 0px;
margin-left: 10px;
padding-top: 8px;
padding-bottom: 8px;
padding-right: 12px;
padding-left: 12px;
line-height: 20px;
font-family: "Google Sans", Roboto, Arial, sans-serif;
font-size: .875rem;
letter-spacing: .0107142857em;
font-weight: 500;
text-transform: none;
}
.priceButton:hover{
background: rgb(179,215,255);
}
/* .pricestatus{
color: var(--gm-hairlinebutton-ink-color, rgb(26, 115, 232));
border-radius: 15px;
border-width: 0px;
margin-left: 10px;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 12px;
line-height: 20px;
font-family: "Google Sans", Roboto, Arial, sans-serif;
font-size: .875rem;
letter-spacing: .0107142857em;
text-transform: none;
background-color: white;
font-weight: 100;
padding-right: 0px;
} */