N°2847 Add panel component

This commit is contained in:
Stephen Abello
2020-08-17 17:01:03 +02:00
parent 223b063c60
commit 9516e7f023
8 changed files with 197 additions and 1 deletions

View File

@@ -305,4 +305,6 @@ $ibo-color-secondary-900: $ibo-color-grey-900 !default;
--ibo-color-secondary-700: #{$ibo-color-secondary-700};
--ibo-color-secondary-800: #{$ibo-color-secondary-800};
--ibo-color-secondary-900: #{$ibo-color-secondary-900};
}
}
$ibo-colors: ('grey', 'red', 'orange', 'green', 'blue-grey', 'blue', 'cyan', 'pink', 'primary', 'seconday')