mirror of
https://github.com/JosunLP/BrowserExtensionTemplate.git
synced 2025-06-21 18:11:08 +00:00

* Feature/webpack integration (#9) * working webpack into template * removing package-lock.json * implementing source * style update
26 lines
933 B
Sass
26 lines
933 B
Sass
$main-font: 'Ubuntu', 'Staatliches'
|
|
$main-font-color: white
|
|
$main-font-color-hover: lightgrey
|
|
$main-font-color-focus: lightgrey
|
|
$main-font-color-disabled: lightgrey
|
|
$main-font-color-active: lightgrey
|
|
$main-uschrift-font: 'Ubuntu', Arial
|
|
$primary-color: #007bff
|
|
$primary-color-hover: #0069d9
|
|
$primary-color-focus: #0062cc
|
|
$primary-color-disabled: #0069d9
|
|
$primary-color-active: #0062cc
|
|
$background-color-content-shadow: #0069d9
|
|
$seccond-color: #6c757d
|
|
$seccondary-color: darkgrey
|
|
$seccondary-color-hover: black
|
|
$seccondary-color-focus: black
|
|
$seccondary-color-disabled: black
|
|
$seccondary-color-active: black
|
|
$background-color: #77B2FF
|
|
$background-color-content: rgb(198, 223, 255)
|
|
$background-color-content-hover: rgb(198, 223, 255)
|
|
$background-color-content-focus: rgb(198, 223, 255)
|
|
$background-color-content-active: rgb(198, 223, 255)
|
|
$background-color-content-disabled: rgb(198, 223, 255)
|
|
$logo-image: url('../icons/icon128.png')
|