modal for "continue with confidence"

This commit is contained in:
John Hess 2024-06-07 18:04:39 -05:00
parent 9062b4e1a2
commit 5476cf39e9
11 changed files with 77 additions and 166 deletions

View file

@ -94,19 +94,11 @@ body {
}
}
.btn-main.btn-slim {
padding: .5em 2.5em;
}
// Text utility classes
.content-text {
font-family: $text-font-family;
font-size: 16px;
line-height: 1.5;
}
.caption {
color: $dark-gray;
font-family: $text-font-family;

View file

@ -11,5 +11,5 @@ $royal-blue: #6166E9;
// Typography
$base-font-family: 'Poppins', sans-serif !default;
$text-font-family: 'Prata', serif;
$text-font-family: 'Poppins', sans-serif !default;
$footer-font-family: 'Inter', sans-serif;