somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
@@ -0,0 +1,31 @@
.user-dashboard {
&.announcements {
.item {
@include boxShadow(0 4px 8px rgba(#000, 0.1));
@extend %defaultBorderRadius;
@extend %defaultTransition;
padding: 10px;
margin-bottom: 10px;
&.active {
background: rgba(green, 0.1);
}
&.unread {
background: rgba(orange, 0.1);
}
div {
border-top: none !important;
background: transparent !important;
border-bottom: none !important;
}
.el-collapse-item__content {
background: rgba($theme, 0.05) !important;
@extend %defaultBorderRadius;
padding: 10px;
}
}
}
}