Skip to content

Commit

Permalink
fix: minor fixes
Browse files Browse the repository at this point in the history
* features tab flex
* datepicker chevrons flex
  • Loading branch information
asvae committed Dec 28, 2018
1 parent ea251b2 commit e295fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard/features-tab/FeaturesTab.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="overview-tab dashboard-tab">
<div
class="flex overview-ro justify--space-around justify--start">
class="d-flex overview-row justify--space-around justify--start">

<div class="overview-col">
<div class="overview-item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ $daySize: 1.75rem;
.flatpickr-prev-month, .flatpickr-next-month {
height: 2.625rem;
width: 1.625rem;
@include va-flex-center();
padding: 0;
color: $datepickerText;
&:hover {
Expand Down

0 comments on commit e295fe0

Please sign in to comment.