-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.scss
68 lines (58 loc) · 1.12 KB
/
style.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
58
59
60
61
62
63
64
65
66
67
68
---
---
@import 'bootstrap-custom';
@import 'typography';
:root {
--orange: #da681b;
--white: #fff;
--blue: #000af9;
--light-blue: #2b32d6;
--black: #000;
--border-radius: 1rem;
}
.html {
// Опорное значение для всех размеров
font-size: 16px;
@include media-breakpoint-only(lg) { font-size: 12px; }
@include media-breakpoint-only(xl) { font-size: 14px; }
@include media-breakpoint-only(xxxl) { font-size: 20px; }
}
.body {
background-color: var(--orange);
margin: 0;
}
.margin-reset {
margin: 0;
}
.button {
@extend .h3, .link-reset;
display: block;
text-align: center;
background-color: var(--light-blue);
padding: 1rem;
border-radius: 9999px;
}
.delimiter {
border: .1rem solid white;
margin: 0;
width: 100%;
max-width: 27rem;
opacity: 1;
}
@import "header";
@import "nav";
@import "welcome";
@import "main";
@import "things";
@import "drag-to-scroll";
@import "gallery";
@import "reviews";
@import "cards";
@import "prices";
@import "accordion";
@import "gum";
@import "facts";
@import "facts-2";
@import "apply";
@import "top-arrow";
@import "footer";