Skip to content

Commit

Permalink
Fixed holiday calendar UI (#1931)
Browse files Browse the repository at this point in the history
fixed holiday calendar dates UI

Co-authored-by: Shruti Apte <shruti@saeloun.com>
  • Loading branch information
Shruti-Apte and Shruti Apte authored Nov 12, 2024
1 parent 234c85b commit b5ac333
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/javascript/stylesheets/pto.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ input:checked+.slider:before {
height: 22px !important;
margin: auto;

@media (min-width:1024px) and (max-width:1279px) {
@media (min-width:1024px) and (max-width:1279px) {
font-size: 10px !important;
width: 15px !important;
height: 15px !important;
Expand Down Expand Up @@ -336,10 +336,6 @@ input:checked+.slider:before {
abbr {
display: none;
}

@media (min-width:1024px) and (max-width:1535px) {
max-width: 10% !important;
}
}

.tile-content {
Expand Down

0 comments on commit b5ac333

Please sign in to comment.