We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea251b2 commit e295fe0Copy full SHA for e295fe0
src/components/dashboard/features-tab/FeaturesTab.vue
@@ -1,7 +1,7 @@
1
<template>
2
<div class="overview-tab dashboard-tab">
3
<div
4
- class="flex overview-ro justify--space-around justify--start">
+ class="d-flex overview-row justify--space-around justify--start">
5
6
<div class="overview-col">
7
<div class="overview-item">
src/vuestic-theme/vuestic-components/vuestic-date-picker/VuesticDatePicker.vue
@@ -194,6 +194,7 @@ $daySize: 1.75rem;
194
.flatpickr-prev-month, .flatpickr-next-month {
195
height: 2.625rem;
196
width: 1.625rem;
197
+ @include va-flex-center();
198
padding: 0;
199
color: $datepickerText;
200
&:hover {
0 commit comments