WIP, thinking about converting to EF

This commit is contained in:
Lani Aung
2021-11-18 21:24:20 -07:00
parent fd8858aab3
commit 1fd14ebafd
20 changed files with 1513 additions and 179 deletions
+19 -1
View File
@@ -6,8 +6,9 @@ $fxl-orange: #ff6e40;
$on-primary: $fxl-gray
);
@use "@material/button/styles";
@use "@material/button/styles" as button-styles;
@use "@material/button/mixins" as button-mixins;
@use "@material/chips/styles" as chip-styles;
@use "@material/icon-button/icon-button";
@use "@material/linear-progress";
@use "@material/top-app-bar/mdc-top-app-bar";
@@ -31,6 +32,7 @@ body {
display: flex;
flex: 1;
flex-direction: column;
padding: 1rem;
header {
ul {
@@ -66,6 +68,22 @@ body {
}
}
}
.visually-hidden {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
&:focus + label {
outline: thin dotted;
}
&:focus-within + label {
outline: thin dotted;
}
}
}
footer {