N°4283 - AttributeOneWayPassword: Fix spacing between the fields / button

This commit is contained in:
Molkobain
2021-11-19 17:40:48 +01:00
parent 5128db05cf
commit 2f114701a1
5 changed files with 24 additions and 5 deletions

View File

@@ -13,5 +13,6 @@
@import "input-select";
@import "input-select-icon";
@import "input-string";
@import "input-one-way-password";
@import "input-set";
@import "input-text";

View File

@@ -0,0 +1,12 @@
/*!
* @copyright Copyright (C) 2010-2021 Combodo SARL
* @license http://opensource.org/licenses/AGPL-3.0
*/
$ibo-input-one-way-password--element-spacing-y: 6px !default;
.ibo-input-one-way-password-wrapper {
> *:not(first-child) {
margin-top: $ibo-input-one-way-password--element-spacing-y;
}
}