* Padding fix.

pull/412/head
Megax 2016-05-08 13:32:05 +02:00
parent 965fc01fb4
commit 1ffe16205c
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
@include exports("calendar") { @include exports("calendar") {
calendar { calendar {
padding: $spacing; padding: 1px 3px;
outline-offset: -1px; outline-offset: -1px;
color: $text_color; color: $text_color;
@ -16,7 +16,6 @@
&:selected { &:selected {
@extend %selected_items; @extend %selected_items;
padding: 5px;
border-radius: $roundness; border-radius: $roundness;
} }