mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-10-14 16:10:10 +00:00
basic structure
This commit is contained in:
parent
455c62a936
commit
977831157f
22 changed files with 1363 additions and 1 deletions
42
src/sass/app.sass
Normal file
42
src/sass/app.sass
Normal file
|
@ -0,0 +1,42 @@
|
|||
@import 'root'
|
||||
@import 'mixin'
|
||||
@import 'content'
|
||||
@import '../../node_modules/bootstrap/scss/bootstrap'
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue