forked from verdnatura/salix-front
refs #5987 fix button color
This commit is contained in:
parent
c2b10ba271
commit
afddb8f990
|
@ -45,16 +45,17 @@ const $props = defineProps({
|
|||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
.actions {
|
||||
.q-btn {
|
||||
width: 30px;
|
||||
}
|
||||
.q-icon {
|
||||
color: $primary;
|
||||
font-size: 25px;
|
||||
.actions {
|
||||
.q-btn {
|
||||
width: 30px;
|
||||
}
|
||||
.q-icon {
|
||||
color: $primary;
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: $breakpoint-xs) {
|
||||
.card-list-body {
|
||||
.vn-label-value {
|
||||
|
|
Loading…
Reference in New Issue