-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathalarm.scss
76 lines (64 loc) · 1.31 KB
/
alarm.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
69
70
71
72
73
74
75
76
/*-- scss:defaults --*/
$navbar-bg: #EAEAEA;
$link-color: #000000;
$footer-bg: #eaeaea;
$footer-font-size: 15px;
$footer-fg: #222222;
$color_1: #ffffffdd;
html {
height: 100vh;
background: #eaeaea;
}
.home-cover {
position: relative;
width: 100vw;
height: 400px;
background: url(assets/cover.png);
margin-bottom: 1em;
margin-top: -2em;
.fg {
backdrop-filter: blur(7px) brightness(50%);
-webkit-backdrop-filter: blur(7px) brightness(50%);
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
h1 {
margin: 0;
padding: 4rem max(1rem, 15vw);
text-align: center;
color: $color_1;
line-height: min(calc(3vh + 3vw), 48pt);
font-size: min(calc(3vh + 3vw), 48pt);
}
}
.package-box {
display: block;
background: #d4dce2;
padding: 1rem;
border-radius: 4px;
margin: 1rem 0;
h2 {
margin: 0;
border: none;
}
a:link {
text-decoration: none;
}
}
.layout-listing {
d-article {
>.posts-container {
grid-column: text;
}
}
}
a.title {
font-weight: bold;
}
.navbar-brand-logo img {
max-height: 44px;
margin-bottom: 0px;
image-rendering: -webkit-optimize-contrast;
}