23 lines
461 B
Sass
23 lines
461 B
Sass
@import ./dunlop/mixins
|
|
|
|
@import ./dunlop-semantic/calendar
|
|
@import ./dunlop-semantic/ui-calendar-additions
|
|
@import ./dunlop-semantic/convenience-helpers
|
|
@import ./dunlop/components/environment-ribbon
|
|
//@import ./dunlop/components/user_management
|
|
|
|
.ui.selection.dropdown > .delete.icon
|
|
margin-right: 6px
|
|
|
|
.clearfix
|
|
clear: both
|
|
|
|
.hide
|
|
display: none !important
|
|
|
|
.form-actions
|
|
clear: both
|
|
margin-top: 12px
|
|
padding-top: 8px
|
|
border-top: 1px solid #ddd
|