mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
Introduce modular UI framework
1. Modals wrapped 2. Toolbar icon actions: click and link-to navigation 3. Moved components into sub-folders 4. Replaced Bootstrap Tooltip and Dropdown libs with Ember specific add-ons And more. Co-Authored-By: Saul S <sauls8t@users.noreply.github.com> Co-Authored-By: McMatts <matt@documize.com>
This commit is contained in:
parent
f140e7ef77
commit
6eb68f84e0
48 changed files with 330 additions and 240 deletions
|
@ -78,53 +78,3 @@
|
|||
.dmz-toolbar-bordered {
|
||||
border: 1px solid map-get($gray-shades, 300);
|
||||
}
|
||||
|
||||
|
||||
// .dmz-toolbar-dark-small {
|
||||
// @extend .dmz-toolbar;
|
||||
// background-color: map-get($gray-shades, 200);
|
||||
// border: 1px solid map-get($gray-shades, 300);
|
||||
// @extend %toolbar-shadow;
|
||||
// }
|
||||
|
||||
// .dmz-toolbar-dark-large {
|
||||
// @extend .dmz-toolbar;
|
||||
// background-color: map-get($gray-shades, 200);
|
||||
// border: 1px solid map-get($gray-shades, 300);
|
||||
// height: 40px;
|
||||
// padding: 7px 10px;
|
||||
// line-height: 33px;
|
||||
// @extend %toolbar-shadow;
|
||||
|
||||
// > .dicon {
|
||||
// font-size: 20px;
|
||||
// font-weight: 500;
|
||||
// padding: 0 0.5rem;
|
||||
// }
|
||||
// }
|
||||
|
||||
// .dmz-toolbar-small {
|
||||
// @extend .dmz-toolbar;
|
||||
// background-color: transparent;
|
||||
// }
|
||||
|
||||
// .dmz-toolbar-large {
|
||||
// @extend .dmz-toolbar-dark-large;
|
||||
// background-color: transparent;
|
||||
// border: none;
|
||||
// box-shadow: none;
|
||||
// }
|
||||
|
||||
// .dmz-toolbar-raised-small {
|
||||
// @extend .dmz-toolbar;
|
||||
// @extend %toolbar-shadow;
|
||||
// background-color: map-get($gray-shades, 100);
|
||||
// border: 1px solid map-get($gray-shades, 200);
|
||||
// }
|
||||
|
||||
// .dmz-toolbar-raised-large {
|
||||
// @extend .dmz-toolbar-dark-large;
|
||||
// @extend %toolbar-shadow;
|
||||
// background-color: map-get($gray-shades, 100);
|
||||
// border: 1px solid map-get($gray-shades, 200);
|
||||
// }
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
// https://github.com/kybishop/ember-attacher
|
||||
|
||||
.ember-attacher-tooltip {
|
||||
font-size: 0.9rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 0.9rem !important;
|
||||
padding: 0.5rem 0.75rem !important;
|
||||
background-color: map-get($gray-shades, 600) !important;
|
||||
|
||||
> div {
|
||||
background-color: map-get($gray-shades, 600) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue