Skip to content

Commit

Permalink
changed acc to code rabbin
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha authored Dec 27, 2024
1 parent 22a39f3 commit d090de7
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
}

.noOutline input {
outline: none;
outline: 2px solid transparent;
outline-offset: 2px;
}

.noOutline:is(:hover, :focus, :active, :focus-visible, .show) {
outline: none !important;
outline: 2px solid var(--bs-primary) !important;
}

.closeButton {
Expand Down Expand Up @@ -2596,26 +2597,23 @@ form > input {
-webkit-transform: scale(0.5);
transform: scale(0.5);
}

100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}

@media (max-width: 1120px) {
.collapseSidebarButton {
width: 250px;
}

.opendrawer {
width: 30px;
}
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
.opendrawer {
width: 30px;
}
}

.cardItem .iconWrapper {
position: relative;
height: 40px;
Expand Down

0 comments on commit d090de7

Please sign in to comment.