Website: Update button styles (#14319)

Closes: #14301

Changes:
- Updated button styles on landing pages and the homepage.
This commit is contained in:
Eric 2023-10-05 11:03:53 -05:00 committed by GitHub
parent 641856c1dc
commit b110d4bd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View File

@ -76,6 +76,7 @@ html, body {
box-shadow: 1px 1px 2px rgba(25, 33, 71, 0.24);
border-radius: 4px;
background-color: @core-vibrant-red;
overflow: hidden;
}
[purpose='glass-header-btn']::before {

View File

@ -73,6 +73,7 @@
color: #FFF;
position: relative;
text-decoration: none;
overflow: hidden;
}
[purpose='cta-button']::before {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);

View File

@ -80,6 +80,7 @@
color: #FFF;
position: relative;
text-decoration: none;
overflow: hidden;
}
[purpose='cta-button']::before {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);

View File

@ -195,6 +195,7 @@
align-items: center;
color: #FFF;
position: relative;
overflow: hidden;
}
[purpose='cta-button']::before {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);

View File

@ -73,6 +73,7 @@
color: #FFF;
position: relative;
text-decoration: none;
overflow: hidden;
}
[purpose='cta-button']::before {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);

View File

@ -73,6 +73,7 @@
color: #FFF;
position: relative;
text-decoration: none;
overflow: hidden;
}
[purpose='cta-button']::before {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);