Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoehring committed Apr 5, 2017
1 parent 34f78e3 commit f2ed8db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/VueDT.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ export default {
.pickers > .calendar-wrap,
.pickers > .clock-wrap {
display: block;
width: 252px;
height: 290px;
border: 1px solid #666;
background: white;
transition: transform .2s ease-out;
}
Expand Down
3 changes: 2 additions & 1 deletion src/VuedtCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default {
.year-selector > button,
.month-selector > button,
.day-selector > .row > button {
flex: 1 0;
flex: 1 1;
border: 1px solid #aaa;
background: #eee;
background: linear-gradient(#fff, #f9f9f9);
Expand Down Expand Up @@ -184,6 +184,7 @@ export default {
text-align: center;
}
.day-selector > .row > button {
width: 36px;
height: 36px;
box-sizing: border-box;
border: 3px solid transparent;
Expand Down
2 changes: 1 addition & 1 deletion src/VuedtClock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export default {
top: 83%;
left: 0;
width: 100%;
font: normal 0.8em arial;
font: normal 0.8em sans-serif;
color: gray;
text-align: center;
text-transform: uppercase;
Expand Down

0 comments on commit f2ed8db

Please sign in to comment.