summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-17 11:21:56 +0000
committerDavid Hill <[email protected]>2025-12-17 11:21:57 +0000
commitb695d3b6bb4d1f48cfa75ab1c866a42418d9c81b (patch)
tree1ae883499144e39d4fad44c55f3b0e9258ff1f58
parentd7e133732cb4378190a68be256ff2a3fc336cff7 (diff)
downloadopencode-b695d3b6bb4d1f48cfa75ab1c866a42418d9c81b.tar.gz
opencode-b695d3b6bb4d1f48cfa75ab1c866a42418d9c81b.zip
fix: website cta button
-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;