CASH-429 adjust calendar spacing.
This commit is contained in:
parent
82182205c0
commit
b69cd08e89
1 changed files with 1 additions and 4 deletions
|
|
@ -854,7 +854,7 @@ export default {
|
||||||
}
|
}
|
||||||
.calendar-grid-container {
|
.calendar-grid-container {
|
||||||
margin: 0 auto 1rem auto;
|
margin: 0 auto 1rem auto;
|
||||||
max-width: 400px;
|
max-width: 360px;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition:
|
transition:
|
||||||
height ease 2s,
|
height ease 2s,
|
||||||
|
|
@ -864,9 +864,6 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@include media-breakpoint-up(md) {
|
|
||||||
padding: 0 0.75rem;
|
|
||||||
}
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
||||||
.grid-item {
|
.grid-item {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue