Matteo Scandolo | 90ed064 | 2016-04-25 10:11:56 -0700 | [diff] [blame] | 1 | @import './animations.scss'; |
Matteo Scandolo | e8ec1fc | 2016-05-03 14:35:03 -0700 | [diff] [blame] | 2 | @import '../../../../../views/style/sass/bootstrap/bootstrap/_variables.scss'; |
Matteo Scandolo | c01f8a5 | 2016-06-13 18:12:48 -0700 | [diff] [blame] | 3 | @import './loader.scss'; |
Matteo Scandolo | b028075 | 2016-04-25 10:31:22 -0700 | [diff] [blame] | 4 | |
Matteo Scandolo | 88e1846 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 5 | @import '../ui_components/dumbComponents/table/table.scss'; |
| 6 | @import '../ui_components/dumbComponents/alert/alert.scss'; |
| 7 | @import '../ui_components/dumbComponents/validation/validation.scss'; |
Matteo Scandolo | b9fb625 | 2016-05-26 15:09:55 -0700 | [diff] [blame] | 8 | @import '../ui_components/dumbComponents/field/field.scss'; |
arpiagariu | d4f6db1 | 2016-06-06 15:25:28 -0700 | [diff] [blame] | 9 | @import '../ui_components/dumbComponents/form/form.scss'; |
Matteo Scandolo | 88e1846 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 10 | |
Matteo Scandolo | c3c697a | 2016-04-26 15:56:05 -0700 | [diff] [blame] | 11 | @import '../ui_components/smartComponents/smartTable/smartTable.scss'; |
| 12 | |
Matteo Scandolo | 88e1846 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 13 | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { |
| 14 | display: none !important; |
Matteo Scandolo | e2ee2d9 | 2016-04-27 15:58:16 -0700 | [diff] [blame] | 15 | } |
| 16 | |
| 17 | .row + .row { |
| 18 | /* TODO move in xos.scss*/ |
| 19 | margin-top: $form-group-margin-bottom; |
Matteo Scandolo | 88e1846 | 2016-04-25 14:24:18 -0700 | [diff] [blame] | 20 | } |