mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°4283 - AttributeOneWayPassword: Fix spacing between the fields / button
This commit is contained in:
@@ -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";
|
||||
|
||||
12
css/backoffice/components/input/_input-one-way-password.scss
Normal file
12
css/backoffice/components/input/_input-one-way-password.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user