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

223 lines
2.9 KiB
SCSS
Raw Permalink Normal View History

2022-03-21 15:32:15 +01:00
.base-title {
font-family: $title_font;
color: $d-primary-intense;
font-weight: 700;
font-style: normal;
}
2021-11-30 18:27:50 +01:00
body {
2022-03-10 12:00:31 +01:00
font-family: $default_font;
2022-03-21 15:32:15 +01:00
2021-11-30 18:27:50 +01:00
h1,
h2,
h3,
h4,
h5,
h6 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
margin-top: 0;
margin-bottom: 0;
2021-11-30 18:27:50 +01:00
}
2020-04-21 10:50:26 +02:00
2022-03-10 11:06:18 +01:00
.title {
&.is-1 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
2022-03-10 11:06:18 +01:00
font-size: 32px;
line-height: 37px;
2022-03-14 18:07:48 +01:00
margin-top: 0;
margin-bottom: 1rem;
2022-03-10 11:06:18 +01:00
}
2022-03-21 15:32:15 +01:00
2022-03-10 11:06:18 +01:00
&.is-2 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
font-size: 28px;
line-height: 32px;
2022-03-10 11:06:18 +01:00
margin-bottom: 1rem;
}
2022-03-21 15:32:15 +01:00
2022-03-10 11:06:18 +01:00
&.is-3 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
2022-03-10 12:00:31 +01:00
font-size: 24px;
line-height: 28px;
2022-03-10 11:06:18 +01:00
margin-bottom: 1rem;
2021-11-30 18:27:50 +01:00
}
2022-03-21 15:32:15 +01:00
&.is-4 {
@extend .base-title;
font-size: 22px;
line-height: 25px;
margin-bottom: 1rem;
}
&.is-5 {
@extend .base-title;
font-size: 20px;
line-height: 23px;
}
&.is-6 {
@extend .base-title;
font-size: 18px;
line-height: 20px;
}
}
.chapo {
font-weight: 400;
font-size: 20px;
line-height: 23px;
}
.chapo-bold {
@extend .chapo;
font-weight: 700;
}
.chapo-paragraph {
font-weight: 400;
font-size: 18px;
line-height: 21px;
}
.chapo-paragraph-bold {
@extend .chapo-paragraph;
font-weight: 700;
}
.paragraph {
font-weight: 400;
font-size: 16px;
line-height: 20px;
}
.paragraph-bold {
@extend .paragraph;
font-weight: 700;
}
.paragraph-detail {
font-weight: 700;
font-size: 14px;
line-height: 16px;
}
.paragraph-detail-bold {
@extend .paragraph-detail;
font-weight: 700;
}
.paragraph-mention {
font-weight: 700;
font-size: 12px;
line-height: 14px;
}
.paragraph-mention-bold {
@extend .paragraph-detail;
font-weight: 700;
2020-04-21 10:50:26 +02:00
}
2022-03-21 15:32:15 +01:00
2022-03-10 11:06:18 +01:00
.is-1 {
color: $d-primary-intense;
font-weight: 700;
2022-02-02 16:28:52 +01:00
font-size: 32px;
2022-03-10 11:06:18 +01:00
line-height: 37px;
margin-bottom: 1rem;
margin-top: 0;
2021-11-30 18:27:50 +01:00
}
2022-03-21 15:32:15 +01:00
2022-03-10 11:06:18 +01:00
.is-2 {
color: $d-primary-intense;
font-size: 28px;
line-height: 32px;
2022-03-10 11:06:18 +01:00
margin-bottom: 1rem;
}
2022-03-21 15:32:15 +01:00
2022-03-10 11:06:18 +01:00
.is-3 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
2022-03-10 12:00:31 +01:00
font-size: 24px;
line-height: 28px;
2022-03-10 11:06:18 +01:00
margin-bottom: 1rem;
2021-11-30 18:27:50 +01:00
}
2022-03-21 15:32:15 +01:00
.is-4 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
font-size: 24px;
line-height: 28px;
margin-bottom: 1rem;
}
2022-03-21 15:32:15 +01:00
.is-5 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
color: #383838;
font-size: 20px;
line-height: 23px;
margin-bottom: 1rem;
}
2022-03-21 15:32:15 +01:00
.is-6 {
2022-03-21 15:32:15 +01:00
@extend .base-title;
color: #383838;
font-size: 16px;
line-height: 20px;
margin-bottom: 1rem;
}
2022-03-21 15:32:15 +01:00
2021-11-30 18:27:50 +01:00
.nobold {
font-weight: normal;
}
2021-05-20 10:54:28 +02:00
2021-11-30 18:27:50 +01:00
.text-right {
text-align: right;
}
2021-12-06 12:20:00 +01:00
2021-11-30 18:27:50 +01:00
.text-center {
text-align: center;
}
2022-02-09 11:30:22 +01:00
.icon-success {
fill: $success_color;
}
2022-03-21 15:32:15 +01:00
.has-text-danger {
color: red !important;
}
2021-05-20 10:54:28 +02:00
}
2022-03-21 15:32:15 +01:00
@media (max-width: 400px) {
.title {
font-family: $title_font;
color: $d-primary-intense;
font-weight: 700;
font-style: normal;
&.is-1 {
font-size: 28px;
line-height: 32px;
}
&.is-2 {
font-size: 24px;
line-height: 28px;
}
&.is-3 {
font-size: 22px;
line-height: 25px;
}
&.is-4 {
font-size: 20px;
line-height: 23px;
}
&.is-5 {
font-size: 18px;
line-height: 21px;
}
&.is-6 {
font-size: 16px;
line-height: 18px;
}
}
}