funky-framadate-front/src/styles/partials/_typo.scss

105 lines
1.6 KiB
SCSS

body {
font-family: $default_font;
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: $title_font;
color: $d-primary-intense;
}
.title {
&.is-1 {
color: $d-primary-intense;
font-weight: 700;
font-size: 32px;
line-height: 37px;
margin-bottom: 2rem;
}
&.is-2 {
color: $d-primary-intense;
font-size: 20px;
line-height: 23px;
margin-bottom: 1rem;
}
&.is-3 {
color: $d-primary-intense;
font-family: $title_font;
font-weight: 700;
font-style: normal;
font-size: 24px;
line-height: 28px;
margin-bottom: 1rem;
}
}
.is-1 {
color: $d-primary-intense;
font-weight: 700;
font-size: 32px;
line-height: 37px;
margin-bottom: 2rem;
}
.is-2 {
color: $d-primary-intense;
font-size: 28px;
line-height: 32px;
margin-bottom: 1rem;
}
.is-3 {
color: $d-primary-intense;
font-family: $title_font;
font-weight: 700;
font-style: normal;
font-size: 24px;
line-height: 28px;
margin-bottom: 1rem;
}
.is-4 {
color: $d-primary-intense;
font-family: $title_font;
font-weight: 700;
font-style: normal;
font-size: 24px;
line-height: 28px;
margin-bottom: 1rem;
}
.is-5 {
color: #383838;
font-family: $title_font;
font-weight: 700;
font-style: normal;
font-size: 20px;
line-height: 23px;
margin-bottom: 1rem;
}
.is-6 {
color: #383838;
font-family: $title_font;
font-weight: 700;
font-style: normal;
font-size: 16px;
line-height: 20px;
margin-bottom: 1rem;
}
.nobold {
font-weight: normal;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.icon-success {
fill: $success_color;
}
.has-text-danger {
color: red !important;
}
}