mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-06-21 18:11:08 +00:00
41 lines
No EOL
582 B
Sass
41 lines
No EOL
582 B
Sass
@import 'root'
|
|
@import 'mixin'
|
|
@import 'content'
|
|
|
|
body
|
|
height: 30rem
|
|
width: 30rem
|
|
background-color: $background-color
|
|
text-align: center
|
|
margin: auto
|
|
padding: auto
|
|
color: $main-font-color
|
|
|
|
@include partialButton
|
|
|
|
h1, h2
|
|
@include noselect
|
|
|
|
form
|
|
@include formBasic
|
|
|
|
.logo
|
|
width: 5rem
|
|
height: auto
|
|
padding-top: 2rem
|
|
@include noselect
|
|
|
|
svg
|
|
@include noselect
|
|
|
|
table
|
|
color: $main-font-color !important
|
|
|
|
th
|
|
@include noselect
|
|
|
|
a
|
|
color: $main-font-color
|
|
|
|
&:hover
|
|
color: $background-color-content |