mirror of
https://github.com/mue/mue.git
synced 2026-07-16 21:44:22 +02:00
feat(modal): enhance close button styling and theming support
This commit is contained in:
@@ -58,11 +58,18 @@
|
||||
border-radius: 12px;
|
||||
cursor: pointer;
|
||||
transition: 0.5s;
|
||||
outline: none;
|
||||
border: none;
|
||||
background: transparent;
|
||||
|
||||
svg {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
@include themed {
|
||||
color: t($color);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
@include themed {
|
||||
background: t($modal-sidebarActive);
|
||||
|
||||
Reference in New Issue
Block a user