-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdownloadsStyle.css
86 lines (72 loc) · 1.37 KB
/
downloadsStyle.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
78
79
80
81
82
83
84
85
86
.heroBackGroundImageKeyboard
{
background-image: url("images/hero-background_keyboard.jpg");
background-color: #cccccc;
background-position: center;
/* background-repeat: no-repeat; */
background-size: cover;
height: fit-content;
width: auto;
}
.downloadText
{
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 2.5rem;
color: white;
margin-top: 4vh;
text-align: center;
margin-bottom: 4vh;
}
.downloadTextBottom
{
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 1.5rem;
color: white;
margin-top: 5vh;
text-align: center;
padding-bottom: 5vh;
}
.safeTextBottom
{
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 3rem;
color: white;
margin-top: 5vh;
text-align: center;
}
.marginIcons
{
margin-right: 10vw;
margin-left: 10vw;
}
.downloadsIconText
{
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 2.5rem;
color: white;
text-align: center;
}
@media only screen and (max-width : 1023.98px) {
.blockMobDownloadIcons
{
display: block;
text-align: center;
}
.alignOnMOBcenter
{
text-align: center;
}
.marginDecreaseMob
{
margin-top: 24px;
}
.marginDecMob
{
margin: 16px;
margin-bottom: 48px;
}
}