summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_buttons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/custom/_buttons.scss')
-rw-r--r--src/assets/styles/bmc/custom/_buttons.scss18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/assets/styles/bmc/custom/_buttons.scss b/src/assets/styles/bmc/custom/_buttons.scss
index 04c612ec..d9c929db 100644
--- a/src/assets/styles/bmc/custom/_buttons.scss
+++ b/src/assets/styles/bmc/custom/_buttons.scss
@@ -13,6 +13,11 @@
}
}
+.btn-md {
+ width: 220px;
+ height: 36px;
+}
+
.btn-primary {
background-color: $red-brand-primary;
border-radius: 8px;
@@ -126,7 +131,6 @@
}
.btn-link {
- // font-weight: $headings-font-weight;
color: $text-primary;
text-decoration: none !important;
&:hover {
@@ -136,11 +140,6 @@
&:active {
background-color: gray("300");
}
- &:focus {
- // box-shadow: inset 0 0 0 2px theme-color("primary");
- // color: theme-color("primary");
- // outline: none;
- }
&:disabled {
box-shadow: $btn-focus-box-shadow;
}
@@ -180,8 +179,6 @@
.collapse-button {
height: 56px;
width: 100%;
- padding: 0 0 0 2rem;
- margin: 0;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
@@ -193,4 +190,9 @@
&:hover {
color: $text-primary;
}
+}
+
+.table-toolbar-button {
+ width: 220px;
+ height: 36px;
} \ No newline at end of file