Skip to content

Dan editable header update #1061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into dan-editable-header-update
  • Loading branch information
chillenberger committed Oct 10, 2023
commit 5ba05d0ea4b0dd5aa80ebe3203e75fa6e3e7c7df
39 changes: 35 additions & 4 deletions pgml-dashboard/static/css/scss/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,38 @@
line-height: 16px;
}

.text-black {color: #{$gray-900} !important;}
.text-white {color: #{$gray-100} !important;}
.text-soft-white { color: #{$gray-200} !important; }
.text-error {color: #{$error} !important;}
.text-error {
color: #{$error} !important;
}
.text-black {
color: #{$gray-900} !important;
}
.text-white {
color: #{$gray-100} !important;
}
.text-soft-white {
color: #{$gray-200} !important;
}

@mixin text-gradient($gradient) {
background: #{$gradient};
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.text-gradient-blue {
@include text-gradient($gradient-blue);
}
.text-gradient-green {
@include text-gradient($gradient-green);
}
.text-gradient-orange {
@include text-gradient($gradient-orange);
}
.text-gradient-pink {
@include text-gradient($gradient-pink);
}
.text-gradient-purple {
@include text-gradient($gradient-purple);
}
You are viewing a condensed version of this merge commit. You can view the full changes here.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy