mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2024-12-23 00:26:23 +00:00
38 lines
542 B
Stylus
38 lines
542 B
Stylus
|
*
|
||
|
box-sizing border-box
|
||
|
|
||
|
html, body, #root
|
||
|
margin 0
|
||
|
padding 0
|
||
|
width 100%
|
||
|
height 100%
|
||
|
overflow hidden
|
||
|
font-family 'PT Sans', sans-serif
|
||
|
font-weight bold
|
||
|
|
||
|
#app
|
||
|
height: 100%
|
||
|
width: 100%
|
||
|
background linear-gradient(45deg, #111, #222)
|
||
|
color #fff
|
||
|
display flex
|
||
|
justify-content center
|
||
|
align-items center
|
||
|
text-align center
|
||
|
|
||
|
#text
|
||
|
font-size 17vmin
|
||
|
#title
|
||
|
font-weight: normal
|
||
|
font-size 12vmin
|
||
|
|
||
|
#switcher
|
||
|
position: fixed
|
||
|
top: 0
|
||
|
padding: 1rem
|
||
|
font-size: 2em
|
||
|
|
||
|
&>span
|
||
|
margin: 1rem
|
||
|
text-decoration: underline
|
||
|
cursor pointer
|