Sidebar styling
In general styling capabilities with scsss
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.ticket-card {
|
||||
@include card();
|
||||
border-left: 4px solid $color-accent;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $spacing-sm;
|
||||
.meta { color: $color-muted; font-size: 0.9rem; }
|
||||
.title { font-weight: 600; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user