mirror of
https://github.com/cupcakearmy/rauchmelder.git
synced 2024-12-22 16:16:28 +00:00
39 lines
547 B
Stylus
39 lines
547 B
Stylus
*
|
|
box-sizing border-box
|
|
|
|
html, body, #root
|
|
margin 0
|
|
padding 0
|
|
width 100%
|
|
height 100%
|
|
overflow hidden
|
|
font-family: 'Inconsolata', monospace
|
|
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
|