improvements

This commit is contained in:
Jonas Pfalzgraf 2022-08-19 01:02:43 +02:00
parent 9145b60898
commit 1d3600de32
10 changed files with 486 additions and 90 deletions

View file

@ -1,41 +1,50 @@
@import 'root'
@import 'mixin'
@import 'content'
@import 'button'
@import 'input'
body
height: 30rem
width: 30rem
background-color: $background-color
text-align: center
height: 30rem
width: 30rem
background-color: $background-color
text-align: center
margin: auto
padding: 1rem
color: $main-font-color
p
font-size: 1rem
font-weight: bold
margin: auto
padding: auto
color: $main-font-color
@include partialButton
text-align: center
font-family: 'Roboto', sans-serif
h1, h2
@include noselect
@include noselect
form
@include formBasic
@include formBasic
.logo
width: 5rem
height: auto
padding-top: 2rem
@include noselect
width: 5rem
height: auto
padding-top: 2rem
@include noselect
svg
@include noselect
@include noselect
table
color: $main-font-color !important
th
@include noselect
color: $main-font-color !important
th
@include noselect
a
color: $main-font-color
color: $main-font-color
&:hover
color: $background-color-content
&:hover
color: $background-color-content