mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-07-22 22:21:26 +00:00
complete redo
This commit is contained in:
28
scss/_global.scss
Normal file
28
scss/_global.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
body {
|
||||
@include body-font;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
@include heading-font;
|
||||
}
|
||||
|
||||
.btn-xl {
|
||||
text-transform: uppercase;
|
||||
padding: 1.5rem 3rem;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.1rem;
|
||||
}
|
||||
|
||||
.bg-black {
|
||||
background-color: $black !important;
|
||||
}
|
||||
|
||||
.rounded-pill {
|
||||
border-radius: 5rem;
|
||||
}
|
Reference in New Issue
Block a user