-
-
+/>
-
+/>
-
+/>
```
diff --git a/lib/assets/styles/classes.scss b/lib/assets/styles/classes.scss
index c9c335db8..44f792fee 100644
--- a/lib/assets/styles/classes.scss
+++ b/lib/assets/styles/classes.scss
@@ -625,18 +625,22 @@ a,
}
}
- // TODO: Add back later
- //&.warning {
- // border-left: 0.5rem solid var(--color-warning-banner-side);
- // background-color: var(--color-warning-banner-bg);
- // color: var(--color-warning-banner-text);
- //}
- //
- //&.information {
- // border-left: 0.5rem solid var(--color-info-banner-side);
- // background-color: var(--color-info-banner-bg);
- // color: var(--color-info-banner-text);
- //}
+ &.recessed {
+ background-color: var(--color-bg);
+ box-shadow: none;
+ }
+
+ &.warning {
+ border-left: 0.5rem solid var(--color-red);
+ background-color: var(--color-red-bg);
+ color: var(--color-base);
+ }
+
+ &.information {
+ border-left: 0.5rem solid var(--color-blue);
+ background-color: var(--color-blue-bg);
+ color: var(--color-base);
+ }
}
.card {
diff --git a/lib/assets/styles/defaults.scss b/lib/assets/styles/defaults.scss
index 609f6c906..397891457 100644
--- a/lib/assets/styles/defaults.scss
+++ b/lib/assets/styles/defaults.scss
@@ -43,6 +43,18 @@ a {
text-decoration: none;
}
+button,
+input[type='button'] {
+ cursor: pointer;
+ border: none;
+ outline: 2px solid transparent;
+
+ &:disabled,
+ &[disabled] {
+ cursor: not-allowed;
+ }
+}
+
input[type='text'],
input[type='url'],
input[type='number'],
diff --git a/lib/assets/styles/variables.scss b/lib/assets/styles/variables.scss
index 805e3c832..ef052684e 100644
--- a/lib/assets/styles/variables.scss
+++ b/lib/assets/styles/variables.scss
@@ -21,7 +21,7 @@ html {
--gap-lg: 1rem;
--gap-xl: 1.25rem;
- --radius-xs: var(--round-univ);
+ --radius-xs: var(--round-little);
--radius-sm: var(--round-univ);
--radius-md: var(--round-univ);
--radius-lg: var(--round-univ);
@@ -34,6 +34,7 @@ html {
--color-bg: #fafafa;
--color-raised-bg: #ffffff;
--color-super-raised-bg: #e9e9e9;
+ --color-alt-bg: #f2f4f7;
--color-button-bg: #f0f1f2;
--color-divider: rgba(78, 67, 121, 0.2);
@@ -57,6 +58,9 @@ html {
--color-purple: #8e32f3;
--color-gray: #595b61;
+ --color-red-bg: rgba(203, 34, 69, 0.3);
+ --color-blue-bg: rgba(31, 104, 192, 0.3);
+
--color-brand: var(--color-green);
--color-brand-highlight: rgba(0, 175, 92, 0.25);
--color-brand-shadow: rgba(0, 175, 92, 0.7);
@@ -82,6 +86,7 @@ html {
--color-bg: #16181c;
--color-raised-bg: #24262b;
--color-super-raised-bg: #40434a;
+ --color-alt-bg: #202228;
--color-button-bg: rgb(51, 54, 61);
--color-divider: rgba(176, 169, 207, 0.2);
@@ -105,6 +110,9 @@ html {
--color-purple: #c78aff;
--color-gray: #9fa4b3;
+ --color-red-bg: rgba(255, 73, 110, 0.3);
+ --color-blue-bg: rgba(79, 156, 255, 0.3);
+
--color-brand: var(--color-green);
--color-brand-highlight: rgba(27, 217, 106, 0.25);
--color-brand-shadow: rgba(27, 217, 106, 0.7);
diff --git a/lib/components/base/Chips.vue b/lib/components/base/Chips.vue
index d3759ea52..0bc16da5c 100644
--- a/lib/components/base/Chips.vue
+++ b/lib/components/base/Chips.vue
@@ -14,59 +14,53 @@
-
diff --git a/lib/components/nav/NavRow.vue b/lib/components/nav/NavRow.vue
index f002a2702..9d799a710 100644
--- a/lib/components/nav/NavRow.vue
+++ b/lib/components/nav/NavRow.vue
@@ -23,85 +23,73 @@
-