armentieres: add global transition (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent 639266d959
commit e79e070465
3 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,8 @@
// Typos
* {
transition: $transition;
}
h1 {
font-size: $fz-1;
font-family: 'Archivo Black', 'Rubik', sans-serif;

View File

@ -43,6 +43,8 @@ $back-top-display: block;
$back-top-icon-character: "\f062";
$back-top-layout-position: fixed (bottom: 300px);
$transition: 0.2s;
// Header
$header-logo-size: 187px 47px;
$header-height: 100px;

View File

@ -110,6 +110,10 @@ div#tracking-code {
}
}
input, input[type="search"], textarea, select {
transition: $transition;
}
input[type=radio], input[type=checkbox] {
&:focus {
box-shadow: none;