-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwelcomes_apple.scss
57 lines (48 loc) · 1.35 KB
/
welcomes_apple.scss
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
// Place all the styles related to the welcomes controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
html body .shell {
place-content: center !important;
min-height: 320px !important;
gap: 0 !important;
.styled-text {
background: rgb(92, 89, 89) !important;
color: white !important;
font-size: 50px !important;
max-width: 400px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.button {
border: 1px solid rgb(92, 89, 89) !important;
padding: 0 !important;
margin: 0 !important;
min-width: 60px !important;
min-height: 50px !important;
color: white;
font-size: 22px !important;
&:focus {
outline:0;
}
}
#button-1, #button-2, #button-3 {
background: rgb(105, 104, 104);
}
#button-5, #button-6, #button-7, #button-9, #button-10, #button-11, #button-12, #button-13, #button-14, #button-16, #button-17 {
background: rgb(129, 128, 128);
}
#button-4, #button-8, #button-15 {
background: rgb(232, 157, 39);
}
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
html body .shell {
margin-top: 27px !important;
.styled-text {
margin-top: -27px !important;
}
}
}