@myorders/ember-ui
Version:
Myorders UI provides all the interface components, helpers, services and utilities for building a Myorders extension into the Console.
47 lines (40 loc) • 1.03 kB
CSS
.sidebar-toggle-button-wrapper {
flex-shrink: 0;
}
.sidebar-toggle-button-wrapper.disabled:hover,
.sidebar-toggle-button-wrapper.disabled > button:hover {
background-color: transparent;
box-shadow: none;
border: none;
}
.sidebar-toggle-button-wrapper > .sidebar-toggle-button.next-org-button-trigger,
.sidebar-toggle-button-wrapper > .sidebar-toggle-button {
display: flex;
align-items: center;
justify-content: center;
padding: 0.25rem 0.5rem;
}
.sidebar-toggle-button-wrapper > .sidebar-toggle-button > svg {
enable-background: new 0 0 50 50;
fill: rgb(249, 250, 251);
width: 20px;
height: 20px;
}
.sidebar-toggle-button-wrapper:hover > .sidebar-toggle-button > svg {
fill: #fff;
}
.sidebar-toggle-button .cls-1 {
fill: #fff;
}
.sidebar-toggle-button .cls-2 {
fill: none;
stroke-width: 18px;
}
.sidebar-toggle-button .cls-2,
.sidebar-toggle-button .cls-3 {
stroke: #fff;
stroke-miterlimit: 10;
}
.sidebar-toggle-button .cls-3 {
stroke-width: 13px;
}