mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
e4e85a8f83
* Add before and after skip links portals * Move EmptyState and ErrorState to use a @login action/function * Move page title setting to the Route component * Add Routes and Outlets everywhere, and use those to access login modal * Add some aria-labels to the modals * Docs * Remove the label/input now we no longer need it, fixup pageobject * Add basic modal docs * Switch out old toggle names for ids * Wrap nspace Route template in a Route component * type > class
19 lines
381 B
SCSS
19 lines
381 B
SCSS
@import './layout';
|
|
@import './skin';
|
|
%empty-state header :first-child {
|
|
@extend %empty-state-header;
|
|
}
|
|
%empty-state header :nth-child(2) {
|
|
@extend %empty-state-subheader;
|
|
}
|
|
%empty-state-anchor {
|
|
@extend %anchor;
|
|
}
|
|
%empty-state > ul > li > *,
|
|
%empty-state > ul > li > label > button {
|
|
@extend %empty-state-anchor;
|
|
}
|
|
%empty-state div > button {
|
|
@extend %primary-button;
|
|
}
|