Migrate to Vue 3 and Vite
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
@use "@/styles/_mixins" as *;
|
||||
|
||||
.event-organizer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.organizer-name {
|
||||
@include padding-left(5px);
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.event-subtitle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
& > span:not(.icon) {
|
||||
@include padding-left(5px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user