2020-09-18 10:14:06 +00:00
|
|
|
@import './skin';
|
|
|
|
@import './layout';
|
2021-06-23 08:19:35 +00:00
|
|
|
button[type='submit'],
|
|
|
|
button.type-submit,
|
|
|
|
a.type-create {
|
|
|
|
@extend %primary-button;
|
|
|
|
}
|
|
|
|
// TODO: Once we move action-groups to use aria menu we can get rid of
|
|
|
|
// some of this and just use not(aria-haspopup)
|
|
|
|
button[type='reset'],
|
|
|
|
header .actions button[type='button']:not(.copy-btn),
|
|
|
|
button.type-cancel {
|
|
|
|
@extend %secondary-button;
|
|
|
|
}
|
|
|
|
.with-confirmation .type-delete,
|
|
|
|
%app-view-content form button[type='button'].type-delete {
|
|
|
|
@extend %dangerous-button;
|
|
|
|
}
|