summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_buttons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/_sila/_buttons.scss')
-rw-r--r--src/assets/styles/bmc/_sila/_buttons.scss28
1 files changed, 16 insertions, 12 deletions
diff --git a/src/assets/styles/bmc/_sila/_buttons.scss b/src/assets/styles/bmc/_sila/_buttons.scss
index b3a69757..b6062d84 100644
--- a/src/assets/styles/bmc/_sila/_buttons.scss
+++ b/src/assets/styles/bmc/_sila/_buttons.scss
@@ -47,34 +47,38 @@
}
.btn-secondary {
- background-color: $dark;
- color: $gray-2;
+ background-color: $gray-5;
+ color: $red;
border-radius: $border-radius;
border: none;
box-shadow: 1px 2px 4px -1px rgb(79 37 37 / 10%) inset;
- font-style: normal;
- font-weight: 600;
- font-size: 16px;
- line-height: 20px;
&:hover {
- background-color: $dark-hover;
- color: $gray-2;
+ background-color: $gray-5-hover;
+ color: $red;
}
&:focus {
border: none;
box-shadow: 0px 0px 0px 4px $red-shadow;
- color: $gray-2;
- background-color: $dark;
+ color: $red;
+ background-color: $gray-5-hover;
}
&:not(:disabled):not(.disabled):active:focus,
&:focus-visible {
border: none;
box-shadow: none;
- color: $gray-2;
- background-color: $dark;
+ color: $red;
+ background-color: $gray-5-hover;
+ }
+ &:active {
+ background-color: $gray-5-hover;
}
}
+.btn-danger {
+ border: none;
+ border-radius: $border-radius;
+}
+
.btn-unstiled {
border: none;
&:focus {