Matteo Scandolo | a5d03d5 | 2016-07-21 11:35:46 -0700 | [diff] [blame] | 1 | @import './animations.scss'; |
| 2 | @import '../../bower_components/bootstrap-sass/assets/stylesheets/bootstrap/_variables.scss'; |
| 3 | @import './loader.scss'; |
| 4 | |
| 5 | @import '../ui_components/dumbComponents/table/table.scss'; |
| 6 | @import '../ui_components/dumbComponents/alert/alert.scss'; |
| 7 | @import '../ui_components/dumbComponents/validation/validation.scss'; |
| 8 | @import '../ui_components/dumbComponents/field/field.scss'; |
| 9 | @import '../ui_components/dumbComponents/form/form.scss'; |
| 10 | |
| 11 | @import '../ui_components/smartComponents/smartTable/smartTable.scss'; |
| 12 | |
| 13 | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { |
| 14 | display: none !important; |
| 15 | } |
| 16 | |
| 17 | .row + .row { |
| 18 | /* TODO move in xos.scss*/ |
| 19 | margin-top: $form-group-margin-bottom; |
| 20 | } |