phantasma/app/static/css/partials/_ascroll.scss

45 lines
730 B
SCSS
Raw Normal View History

#ascroll {
font-family: "Noton Sans";
2021-10-10 15:25:17 +00:00
width: 100%;
max-width: 1080px;
margin: auto;
h1 {
margin: 4px;
margin-top: 32px;
margin-bottom: 64px;
font-size: 24px;
letter-spacing: 1px;
font-weight: bold;
}
.player {
position: absolute;
display: none;
2021-10-10 15:25:17 +00:00
width: 100%;
height: auto;
2021-10-10 15:25:17 +00:00
max-width: 1080px;
margin: auto;
//transition: opacity 0.4s;
}
.annotation {
2021-10-11 09:28:51 +00:00
min-height: 100vh;
.frame {
img {
2021-10-10 15:25:17 +00:00
width: 100%;
height: auto;
}
2021-10-10 15:25:17 +00:00
figcaption {
text-align: right;
padding-right: 4px;
font-size: 14px;
}
}
.text {
margin: 20px 20px;
font-size: 22px;
line-height: 26px;
}
}
}