@appartmint/mint 2.1.6 → 2.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/mint.css +6 -0
- package/dist/css/mint.css.map +1 -1
- package/dist/css/mint.min.css +1 -1
- package/dist/css/mint.min.css.map +1 -1
- package/package.json +1 -1
- package/src/scss/imports/components/_buttons.scss +1 -0
- package/src/scss/imports/components/_footer.scss +1 -0
- package/src/scss/imports/overrides/_full-calendar.scss +6 -0
package/dist/css/mint.css
CHANGED
|
@@ -262,6 +262,7 @@
|
|
|
262
262
|
}
|
|
263
263
|
.mint-btn-icon i::before {
|
|
264
264
|
transition: color var(--mint-delay-default);
|
|
265
|
+
padding: 2px;
|
|
265
266
|
}
|
|
266
267
|
.mint-btn-group {
|
|
267
268
|
display: flex;
|
|
@@ -625,6 +626,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
625
626
|
flex-wrap: wrap;
|
|
626
627
|
align-items: center;
|
|
627
628
|
justify-content: space-between;
|
|
629
|
+
gap: 0.5rem;
|
|
628
630
|
}
|
|
629
631
|
@media (min-width: 768px) {
|
|
630
632
|
.mint-footer-content {
|
|
@@ -3594,6 +3596,10 @@ a.mint-active .fa-vimeo {
|
|
|
3594
3596
|
}
|
|
3595
3597
|
}
|
|
3596
3598
|
|
|
3599
|
+
thead .fc-scroller {
|
|
3600
|
+
overflow: hidden !important;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3597
3603
|
:root:root {
|
|
3598
3604
|
--mat-table-background-color: back;
|
|
3599
3605
|
--mat-paginator-container-background-color: back;
|