Parse 12 vs 24 bit colors eventually

This commit is contained in:
Lani Aung
2021-10-02 19:18:58 -06:00
parent 66ccf83051
commit 4b4fffdbf1
15 changed files with 1447 additions and 29 deletions
+13 -1
View File
@@ -6,7 +6,7 @@ $fxl-orange: #ff6e40;
$on-primary: $fxl-gray
);
@use "@material/icon-button";
@use "@material/icon-button/icon-button";
@use "@material/top-app-bar/mdc-top-app-bar";
@use "@material/typography/mdc-typography";
@@ -17,7 +17,19 @@ html, body {
}
body {
@include icon-button.core-styles;
display: flex;
flex-direction: column;
main {
display: flex;
flex: 1;
flex-direction: column;
}
footer {
font-size: smaller;
text-align: center;
}
}