armentieres: change back-top position and size (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent 353760cb21
commit e338fee07b
2 changed files with 12 additions and 5 deletions

View File

@ -6,13 +6,19 @@
.back-top {
position: absolute;
top: -4.5rem;
right: 0rem;
background: $primary-color;
border-radius: $border-radius;
padding: 0.5rem;
right: 50px;
&--link {
border-radius: 13px;
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
background: $primary-color;
color: black;
&:hover {

View File

@ -40,6 +40,7 @@ $notification_info_color: $yellow-light;
$sidebar-columns-gutter: 50px;
$back-top-display: block;
$back-top-icon-character: "\f062";
$back-top-layout-position: fixed (bottom: 300px);
// Header
$header-logo-size: 187px 47px;