Navbar dla OrderMessage i OrderList

This commit is contained in:
2022-07-22 14:11:09 +02:00
parent 3ab273e2ba
commit 7bc722087f
6 changed files with 73 additions and 24 deletions
+20 -9
View File
@@ -26,20 +26,31 @@ button {
cursor: pointer;
font-weight: bold;
font-size: 1em;
}
&.g-button {
button.g-button {
text-align: center;
color: white;
&.action {
outline: 2px solid white;
background: none;
color: white;
text-align: center;
padding: 0.5em;
&:focus-visible {
outline: 2px solid $accentCol;
}
}
&:focus-visible {
outline: 2px solid $accentCol;
color: $accentCol;
&.option {
margin: 0 0.25em;
&:focus-visible {
outline: 1px solid $accentCol;
}
&[data-active='true'] {
color: $accentCol;
}
}
}