Skip to content

Commit

Permalink
fix(datepicker): adjust spacing to level 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 30, 2022
1 parent 5bc5f21 commit ca45062
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ bal-datepicker {
width: 38px;
}

.datepicker-footer {
margin-top: 15px;
}

.pagination {
display: flex;
gap: 8px;
Expand Down Expand Up @@ -120,17 +116,11 @@ bal-datepicker {
user-select: none;
}

@include tablet() {
.datepicker-popup {
padding: 16px;
}
}

.datepicker-table {
display: table;
border-collapse: collapse;
width: 100%;
margin: 15px auto 0 auto;
margin: 8px auto 0 auto;

.datepicker-body {
display: table-row-group;
Expand Down Expand Up @@ -207,7 +197,7 @@ bal-datepicker {

@include tablet() {
.datepicker-popup {
padding: 16px 32px;
padding: 16px 24px 24px 24px;
}

.datepicker-table {
Expand Down

0 comments on commit ca45062

Please sign in to comment.