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

94 lines
1.3 KiB
SCSS

body {
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: 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-size: 20px;
line-height: 23px;
margin-bottom: 1rem;
}
}
.is-1 {
color: $d-primary-intense;
font-weight: 700;
font-size: 32px;
line-height: 37px;
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-size: 20px;
line-height: 23px;
margin-bottom: 1rem;
}
.p-dialog {
font-family: $title_font !important;
max-width: $widescreen-width-main-column;
.p-dialog-header {
color: $primary_color !important;
.p-dialog-title {
font-size: 2rem;
}
}
.p-dialog-content {
padding: 1rem 2rem;
}
.p-dialog-footer {
padding: 3rem 2.5rem;
}
}
.nobold {
font-weight: normal;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.icon-success {
fill: $success_color;
}
}