mirror of
https://github.com/dtomlinson91/anno-production-chain-renderer.git
synced 2025-12-22 06:15:45 +00:00
add latest
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// app global css in SCSS form
|
||||
@import 'src/css/rubik-font.scss';
|
||||
|
||||
@font-face {
|
||||
font-family: Soleil;
|
||||
@@ -24,13 +25,13 @@
|
||||
}
|
||||
|
||||
.toolbar-background {
|
||||
background-color: #8f6c40;
|
||||
background-color: $burnt-dark;
|
||||
}
|
||||
|
||||
.page-background {
|
||||
background-color: #fff1d1;
|
||||
background-color: $burnt;
|
||||
}
|
||||
|
||||
.card-background {
|
||||
background-color: #fbf1dc;
|
||||
background-color: $burnt-light;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user