Matteo Scandolo | e53ee38 | 2016-04-25 10:11:56 -0700 | [diff] [blame] | 1 | @import './animations.scss'; |
Matteo Scandolo | dfcfd75 | 2016-05-03 14:35:03 -0700 | [diff] [blame] | 2 | @import '../../../../../views/style/sass/bootstrap/bootstrap/_variables.scss'; |
Matteo Scandolo | c88bb9f | 2016-04-25 10:31:22 -0700 | [diff] [blame] | 3 | |
Matteo Scandolo | 9bb3a95 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 4 | @import '../ui_components/dumbComponents/table/table.scss'; |
| 5 | @import '../ui_components/dumbComponents/alert/alert.scss'; |
| 6 | @import '../ui_components/dumbComponents/validation/validation.scss'; |
Matteo Scandolo | 2aca9ab | 2016-05-26 15:09:55 -0700 | [diff] [blame] | 7 | @import '../ui_components/dumbComponents/field/field.scss'; |
Matteo Scandolo | 9bb3a95 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 8 | |
Matteo Scandolo | 0e053c2 | 2016-04-26 15:56:05 -0700 | [diff] [blame] | 9 | @import '../ui_components/smartComponents/smartTable/smartTable.scss'; |
| 10 | |
Matteo Scandolo | 9bb3a95 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 11 | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { |
| 12 | display: none !important; |
Matteo Scandolo | d02ef50 | 2016-04-27 15:58:16 -0700 | [diff] [blame] | 13 | } |
| 14 | |
| 15 | .row + .row { |
| 16 | /* TODO move in xos.scss*/ |
| 17 | margin-top: $form-group-margin-bottom; |
Matteo Scandolo | 9bb3a95 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 18 | } |