summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/console/app/src/routes/brand/index.css5
-rw-r--r--packages/console/app/src/routes/enterprise/index.css5
2 files changed, 8 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/brand/index.css b/packages/console/app/src/routes/brand/index.css
index b7c76f5bb..1240b91a5 100644
--- a/packages/console/app/src/routes/brand/index.css
+++ b/packages/console/app/src/routes/brand/index.css
@@ -110,10 +110,13 @@
[data-slot="cta-button"] {
background: var(--color-background-strong);
color: var(--color-text-inverted);
- padding: 8px 16px;
+ padding: 8px 16px 8px 10px;
border-radius: 4px;
font-weight: 500;
text-decoration: none;
+ display: flex;
+ align-items: center;
+ gap: 8px;
@media (max-width: 55rem) {
display: none;
diff --git a/packages/console/app/src/routes/enterprise/index.css b/packages/console/app/src/routes/enterprise/index.css
index 496a886eb..7eebf16ce 100644
--- a/packages/console/app/src/routes/enterprise/index.css
+++ b/packages/console/app/src/routes/enterprise/index.css
@@ -110,10 +110,13 @@
[data-slot="cta-button"] {
background: var(--color-background-strong);
color: var(--color-text-inverted);
- padding: 8px 16px;
+ padding: 8px 16px 8px 10px;
border-radius: 4px;
font-weight: 500;
text-decoration: none;
+ display: flex;
+ align-items: center;
+ gap: 8px;
@media (max-width: 55rem) {
display: none;