summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/styles/bmc/_sila')
-rw-r--r--src/assets/styles/bmc/_sila/_base.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/assets/styles/bmc/_sila/_base.scss b/src/assets/styles/bmc/_sila/_base.scss
index 8811b9de..cf5ffeb5 100644
--- a/src/assets/styles/bmc/_sila/_base.scss
+++ b/src/assets/styles/bmc/_sila/_base.scss
@@ -111,7 +111,12 @@ h6,
.header-nav {
.nav-link {
+ display: flex;
border-radius: 8px !important;
+ .status-icon {
+ margin-top: -2px;
+ margin-right: 5px;
+ }
&:active,
&:hover,
&:focus {
@@ -124,7 +129,12 @@ h6,
}
.btn-link {
+ display: flex;
border-radius: 8px !important;
+ .status-icon {
+ margin-top: -2px;
+ margin-right: 5px;
+ }
&:active,
&:hover,
&:focus {
@@ -144,3 +154,14 @@ h6,
pointer-events: none;
opacity: 0.3;
}
+
+.white-space--nowrap {
+ white-space: nowrap;
+}
+
+.display--flex {
+ display: flex;
+}
+.align-items--center {
+ align-items: center;
+}