app/components/coco/app/blocks/sidebar_nav/menu/menu.css in coveragebook_components-0.10.1.beta.2 vs app/components/coco/app/blocks/sidebar_nav/menu/menu.css in coveragebook_components-0.11.0
- old
+ new
@@ -20,11 +20,11 @@
.menu-item-label {
@apply truncate min-w-0 text-content-light-1 transition-colors;
}
.menu-item-qualifier {
- @apply ml-auto coco-label-sm flex-none pl-4;
+ @apply ml-auto label-sm flex-none pl-4;
}
.menu-item-select {
select {
@apply focus:ring-0 bg-transparent hover:bg-background-dark-1 active:bg-background-dark-1 text-content-light-2;
@@ -45,15 +45,15 @@
@apply mt-0.5 w-5 h-5;
grid-area: icon;
}
h4 {
- @apply text-content-light-1 font-bold coco-heading-6;
+ @apply text-content-light-1 font-bold heading-6;
grid-area: title;
}
div {
- @apply coco-para-sm;
+ @apply para-sm;
grid-area: text;
}
}
@media screen(max-sm) {