Kopie van https://gitlab.com/studieverenigingvia/ict/centurion met een paar aanpassingen
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
706 B
48 lines
706 B
@import '~antd/dist/antd.css'
|
|
|
|
@font-face
|
|
font-family: 'SourceSansPro'
|
|
src: local('SourceSansPro'), url('./SourceSansPro.otf') format('opentype')
|
|
|
|
|
|
$footer-height: 4.5em
|
|
$content-height: calc(100vh - #{$footer-height})
|
|
|
|
body
|
|
font-family: 'SourceSansPro', sans-serif
|
|
background-color: white
|
|
height: 100%
|
|
overflow: hidden
|
|
|
|
|
|
.feed
|
|
max-height: $content-height
|
|
overflow: hidden
|
|
padding: 0.5em
|
|
|
|
|
|
.content
|
|
padding: 1rem
|
|
height: $content-height
|
|
|
|
|
|
.via-logo
|
|
position: absolute
|
|
right: 0
|
|
bottom: 0
|
|
width: auto
|
|
height: 7em
|
|
padding: 10px
|
|
|
|
|
|
.sider
|
|
text-align: center
|
|
|
|
|
|
h1
|
|
min-height: 3em
|
|
|
|
|
|
footer
|
|
padding: 0.25em 0.5em
|
|
height: 4.5em
|
|
|