Working a bit

This commit is contained in:
Lani Aung
2021-10-02 15:18:07 -06:00
parent 16599f7df3
commit 66ccf83051
13 changed files with 260 additions and 65 deletions
+23
View File
@@ -0,0 +1,23 @@
$fxl-gray: #263238;
$fxl-orange: #ff6e40;
@use "@material/theme" with (
$primary: $fxl-orange,
$on-primary: $fxl-gray
);
@use "@material/icon-button";
@use "@material/top-app-bar/mdc-top-app-bar";
@use "@material/typography/mdc-typography";
html, body {
height: 100vh;
margin: 0;
padding: 0;
}
body {
footer {
font-size: smaller;
}
}