armentieres: fix register block layout (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent 8169b30131
commit 003d897285
1 changed files with 30 additions and 0 deletions

View File

@ -496,6 +496,36 @@ div.wcscurrentformscell {
}
}
.gru-content .arm-register {
margin-top: 1rem !important;
&--content {
height: 200px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.pk-button {
height: 45px !important;
padding: 10px 1rem !important;
background: white !important;
color: $gray-dark !important;
&:hover {
background: $yellow !important;
}
&::after {
content: "\f054";
font-family: FontAwesome;
font-size: $fz-small;
margin-left: 1rem;
}
}
}
@mixin arm-link-icon($name) {
& > li.arm-icon-#{$name} {
display: flex;