From 0cbf1713dc23e0039653891fab1fa2c52b4bfaf3 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Wed, 1 Jun 2022 17:40:28 +0300 Subject: Add PopoverSlot restyled DateTime and ServerPowerOrerations pages add reload BMC. --- src/assets/styles/bmc/custom/_buttons.scss | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/assets/styles/bmc/custom/_buttons.scss') 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 -- cgit v1.2.3