So now it uses the same interface and styles as the main layout. On
small screens, it's easier to play with the menu when the button is on
the left because the menu it opens is aligned to the left.
Note that now we can get rid of the title-bar class; we didn't use the
styles in the public area since commit dcec003d0, and we were overriding
all the Foundation styles in the admin area with the exception of the
padding, which we no longer need.
51 lines
1.4 KiB
SCSS
51 lines
1.4 KiB
SCSS
@charset "utf-8";
|
|
|
|
@import "util/util";
|
|
@import "consul_custom_overrides";
|
|
@import "consul_settings";
|
|
@import "settings";
|
|
@import "custom_settings";
|
|
@import "foundation";
|
|
|
|
@import "motion-ui/motion-ui";
|
|
|
|
@include foundation-global-styles;
|
|
// @include foundation-xy-grid-classes;
|
|
@include foundation-grid;
|
|
// @include foundation-flex-grid;
|
|
// @include foundation-flex-classes;
|
|
@include foundation-typography;
|
|
@include foundation-forms;
|
|
@include foundation-button;
|
|
@include foundation-accordion;
|
|
@include foundation-accordion-menu;
|
|
@include foundation-badge;
|
|
@include foundation-breadcrumbs;
|
|
@include foundation-button-group;
|
|
@include foundation-callout;
|
|
@include foundation-card;
|
|
@include foundation-close-button;
|
|
@include foundation-menu;
|
|
@include foundation-menu-icon;
|
|
@include foundation-drilldown-menu;
|
|
@include foundation-dropdown;
|
|
@include foundation-dropdown-menu;
|
|
@include foundation-responsive-embed;
|
|
@include foundation-label;
|
|
@include foundation-media-object;
|
|
@include foundation-orbit;
|
|
@include foundation-pagination;
|
|
@include foundation-progress-bar;
|
|
@include foundation-slider;
|
|
@include foundation-sticky;
|
|
@include foundation-reveal;
|
|
@include foundation-switch;
|
|
@include foundation-table;
|
|
@include foundation-tabs;
|
|
@include foundation-thumbnail;
|
|
@include foundation-tooltip;
|
|
@include foundation-visibility-classes;
|
|
@include foundation-float-classes;
|
|
@include motion-ui-transitions;
|
|
@include motion-ui-animations;
|