Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
Set line-height for popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomka committed Jan 13, 2019
1 parent c213026 commit 04db82b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DatetimePopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export default {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
color: #444;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
line-height: 1.18;
background: #fff;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
Expand All @@ -294,14 +295,13 @@ export default {
}
.vdatetime-popup__header {
padding: 15px 30px;
padding: 18px 30px;
background: #3f51b5;
color: #fff;
font-size: 32px;
}
.vdatetime-popup__year {
display: block;
font-weight: 300;
font-size: 14px;
opacity: 0.7;
Expand All @@ -314,6 +314,7 @@ export default {
}
.vdatetime-popup__date {
line-height: 1;
cursor: pointer;
}
Expand Down

0 comments on commit 04db82b

Please sign in to comment.