-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom-styles.css
49 lines (49 loc) · 1.21 KB
/
custom-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
/*.google-auto-placed {*/
/* display: none;*/
/*}*/
/*.sticky-bottom-ad {*/
/* position: fixed;*/
/* bottom: -120px;*/
/* left: 0px;*/
/* width: 100%;*/
/* padding: 5px 0;*/
/* max-height: 90px;*/
/* height: 100%;*/
/* z-index: 2147483647;*/
/* background: #fefefe;*/
/* box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, 0.1);*/
/* transition: bottom 0.25s linear;*/
/*}*/
/*.sticky-bottom-ad.show {*/
/* bottom: 0px;*/
/*}*/
/*.sticky-bottom-ad.hide {*/
/* bottom: -90px;*/
/*}*/
/*.sticky-bottom-ad .arrow-icon{*/
/* position: absolute;*/
/* right: 0;*/
/* top: -25px;*/
/* width: 55px;*/
/* height: 40px;*/
/* display: flex;*/
/* cursor: pointer;*/
/* align-items: center;*/
/* justify-content: center;*/
/* border-radius: 12px 0 0 0;*/
/* background: #fefefe;*/
/* box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, 0.08);*/
/*}*/
/*.arrow-icon img {*/
/* width: 30px;*/
/*}*/
/*.sticky-bottom-ad .ad-content {*/
/* overflow: hidden;*/
/* display: flex;*/
/* align-items: center;*/
/* justify-content: center;*/
/* position: relative;*/
/* height: 100%;*/
/* margin: 0 10px;*/
/* width: 100%;*/
/*}*/