app/packs/stylesheets/decidim/conferences/_program.scss in decidim-conferences-0.28.1 vs app/packs/stylesheets/decidim/conferences/_program.scss in decidim-conferences-0.28.2
- old
+ new
@@ -12,21 +12,17 @@
&-time {
@apply h-10 grid place-items-center border-b-2 border-tertiary text-center text-xl text-gray-2 font-semibold;
}
&-category {
- @apply h-10 w-full bg-background border-b-2 border-gray-3 text-center text-md text-gray-2 font-normal truncate;
+ @apply h-10 w-full bg-background-4 border-b-2 border-secondary text-center text-secondary font-semibold text-md truncate leading-10;
&-container {
@apply flex gap-2 [&>*]:grow [&>*]:min-w-0;
}
&-content {
@apply [&>a]:block [&>a]:py-4;
- }
-
- &[aria-expanded="true"] {
- @apply bg-background-4 border-secondary text-secondary font-semibold;
}
}
&-attribute {
@apply flex items-center gap-2 last:[&>*]:flex last:[&>*]:flex-wrap last:[&>*]:items-center last:[&>*]:gap-2 md:last:[&>*]:gap-6;