New top-level React root: <App />
This commit is contained in:
parent
9a1f722545
commit
173771d34b
22 changed files with 457 additions and 266 deletions
12
stylesheets/components/App.scss
Normal file
12
stylesheets/components/App.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
.App {
|
||||
height: 100%;
|
||||
|
||||
&.light-theme {
|
||||
background-color: $color-white;
|
||||
color: $color-gray-90;
|
||||
}
|
||||
&.dark-theme {
|
||||
background-color: $color-gray-95;
|
||||
color: $color-gray-05;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue