armentieres: change password form input size and colors (#70745)

This commit is contained in:
Corentin Sechet 2022-11-21 22:00:41 +01:00
parent bc18e0c123
commit 8169b30131
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
.block-password {
input {
height: 45px;
border:none;
box-shadow: none;
background: $gray-xlight;
&:focus {
border: 1px solid $gray-dark;
box-shadow: none;
}
}
.submit-button {
height: 45px;
background: white;
border: solid 1px $gray-dark;
&:hover {
border: 1px solid transparent;
}
}
}

View File

@ -6,6 +6,7 @@
@import 'vars';
@import '../includes/publik';
@import 'authentic';
@import 'combo';
@import 'common';
@import 'footer';