mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
109 lines
1.7 KiB
SCSS
109 lines
1.7 KiB
SCSS
body {
|
|
font-family: $default_font;
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-family: $title_font;
|
|
color: $d-primary-intense;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.title {
|
|
&.is-1 {
|
|
color: $d-primary-intense;
|
|
font-weight: 700;
|
|
font-size: 32px;
|
|
line-height: 37px;
|
|
margin-top: 0;
|
|
margin-bottom: 1rem;
|
|
}
|
|
&.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: 1rem;
|
|
margin-top: 0;
|
|
}
|
|
.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;
|
|
}
|
|
}
|