N°4283 Replace hardcoded spacing values by SCSS spacing variables

This commit is contained in:
Stephen Abello
2021-11-24 17:00:31 +01:00
parent 9dac061b04
commit af653608ef
63 changed files with 279 additions and 257 deletions

View File

@@ -3,7 +3,7 @@
* @license http://opensource.org/licenses/AGPL-3.0
*/
$ibo-input-select-icon--icon--padding-right: 4px !default;
$ibo-input-select-icon--icon--padding-right: $ibo-spacing-200 !default;
$ibo-input-select-icon--menu--z-index: 21 !default;
$ibo-input-select-icon--menu--max-height: 300px !default;