toolbarのスタイル修正

This commit is contained in:
rca 2024-07-22 03:08:15 +09:00
parent 861007283c
commit 2c09fe3f1b

View File

@ -4,3 +4,9 @@
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
} }
.q-toolbar {
height: 64px;
box-shadow: 0 0 0px rgba(0, 0, 0, 0);
border-bottom: 4px solid darken($primary, 10%);
}