@lyra/base
Version:
Lyra plugin containing the base components and roles for a Lyra configuration
34 lines (28 loc) • 537 B
CSS
@import 'part:@lyra/base/theme/variables-style';
.resetList {
display: block;
margin: 0;
padding: 0;
}
.resetListItem {
display: block;
list-style-type: none;
margin: 0;
padding: 0;
}
.noLink,
.resetLink {
color: inherit;
text-decoration: none;
@nest &:hover {
color: inherit;
}
}
.movingItem {
z-index: var(--zindex-moving-item);
position: relative;
background-color: var(--white);
composes: shadow-5dp from 'part:@lyra/base/theme/shadows-style';
box-sizing: content-box;
overflow: visible;
}