N°3535 Migrate dashboard editor modal to new design

This commit is contained in:
Stephen Abello
2021-01-29 17:02:05 +01:00
parent 7d1a2668a1
commit 9ebf0ce1e5
25 changed files with 336 additions and 69 deletions

View File

@@ -0,0 +1,7 @@
$ibo-input-checkbox--height: 16px !default;
$ibo-input-checkbox--width: auto !default;
.ibo-input-checkbox{
height: $ibo-input-checkbox--height;
width: $ibo-input-checkbox--width;
}