alpes-maritimes-2022: correct steps panel's close button colors & typo (#72112)

This commit is contained in:
Thomas Jund 2023-01-04 14:45:14 +01:00
parent bb8dd2ead2
commit 9ffb9f79bb
2 changed files with 9 additions and 6 deletions

View File

@ -822,14 +822,16 @@ span.required {
transform: translateX(100%);
transition: transform 0.25s ease;
&-close {
@extend .h2;
float: right;
margin-bottom: 2rem;
@extend %title;
padding: 0;
border-bottom: none;
display: block;
text-align: right;
&-icon {
&::before {
@extend .h3;
color: black;
content: "\f00d";
color: $cyan;
content: "\00A0\f00d"; // x-cross
font-family: fontAwesome;
}
}

View File

@ -12,6 +12,7 @@ $brown: #B34000;
// typo
$ff-condensed: 'Roboto Condensed', sans-serif;
$base-font: 15;
$base-font-m: 13;
@ -80,7 +81,7 @@ $title-transform: uppercase;
$title-background: transparent;
$title-font-size: $fz-2;
$title-weight: 700;
$title-font-family: 'Roboto Condensed', sans-serif;
$title-font-family: $ff-condensed;
$cell-border: none;
$cell-title-cover-border: false;