inital version of scroll view, burger menu, css reset
This commit is contained in:
parent
0508d8cd9a
commit
4faf546335
20 changed files with 438 additions and 42 deletions
34
app/static/css/partials/_ascroll.scss
Normal file
34
app/static/css/partials/_ascroll.scss
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
#ascroll {
|
||||
font-family: "Noton Sans";
|
||||
width: 100vw;
|
||||
|
||||
h1 {
|
||||
margin: 4px;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 64px;
|
||||
font-size: 24px;
|
||||
letter-spacing: 1px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.player {
|
||||
position: absolute;
|
||||
display: none;
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
//transition: opacity 0.4s;
|
||||
|
||||
}
|
||||
.annotation {
|
||||
.frame {
|
||||
img {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
.text {
|
||||
margin: 20px 20px;
|
||||
font-size: 22px;
|
||||
line-height: 26px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue