-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathappsflyer-banner.css
77 lines (68 loc) · 1.55 KB
/
appsflyer-banner.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.appsflyer-banner-container {
display: flex;
min-width: 100%;
box-shadow: 0 0 5px rgba(0, 0, 0, .35);
height: 70px;
z-index: 999;
-webkit-transition: all 0.25s ease;
transition: all 00.25s ease;
margin-bottom: 3px;
}
.appsflyer-banner-close-container {
display: flex;
justify-content: center;
align-items: center;
margin-left: 15px;
cursor: pointer;
}
.appsflyer-banner-close-img {
height: 10px;
width: 10px;
}
.appsflyer-banner-icon-container {
margin-left: 15px;
margin-right: 15px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 10px;
}
.appsflyer-banner-icon-img {
width: 44px;
height: 44px;
border-radius: 5px;
}
.appsflyer-banner-text-container {
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 10px;
flex: 1;
}
.appsflyer-banner-title {
font-family: 'SFProText-Regular','Roboto', sans-serif;
font-size: 14px;
padding: 2px;
}
.appsflyer-banner-subtitle {
font-family: 'SFProText-Regular','Roboto', sans-serif;
font-size: 12px;
padding: 2px;
}
.appsflyer-banner-download-button {
font-family: 'SFProText-Regular','Roboto', sans-serif;
border: 1px solid;
border-radius: 5px;
margin: 20px 15px;
text-decoration: none;
color: #000000;
text-align: center;
letter-spacing: 1.15px;
width: auto;
font-size: 14px;
cursor: pointer;
background-color: #ffffff;
}
.appsflyer-banner-download-button:hover {
background-color: #f5f6f8;
}