Sidebar styling
In general styling capabilities with scsss
This commit is contained in:
10
frontend/src/styles/components/_tickets.scss
Normal file
10
frontend/src/styles/components/_tickets.scss
Normal file
@@ -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