added outline button

This commit is contained in:
2023-01-25 13:05:07 +10:00
parent 3b30d35456
commit 1b6f1d8342
4 changed files with 47 additions and 4 deletions

View File

@@ -327,6 +327,18 @@ label.button {
}
}
&.outline {
background-color: transparent;
border-color: $outline-color;
color: $outline-color;
&:hover:not(:disabled) {
background-color: $outline-color;
border-color: $outline-color;
color: $outline-hover-color;
}
}
&:hover:not(:disabled) {
background-color: #fff;
}