325d33caef
* [#361] added back button * [#361] greatly improved looks of results * [#361] added popup on click * [#361] removed classnames with \!important replaced with style in component --------- Co-authored-by: Camille Moussu <cmoussu@linagora.com>
19 lines
280 B
Stylus
19 lines
280 B
Stylus
.App
|
|
text-align center
|
|
font-family "Roboto"
|
|
height 100vh
|
|
|
|
.App-header
|
|
background-color #282c34
|
|
min-height 100vh
|
|
display flex
|
|
flex-direction column
|
|
align-items center
|
|
justify-content center
|
|
font-size calc(10px + 2vmin)
|
|
color white
|
|
|
|
.App-link
|
|
color #61dafb
|
|
|