mirror of
https://github.com/mztlive/dx-admin-template.git
synced 2026-01-06 13:02:56 +00:00
change style
This commit is contained in:
@@ -118,6 +118,34 @@
|
||||
background-color: hsl(var(--muted));
|
||||
}
|
||||
|
||||
.ui-button[data-variant="icon"] {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
color: hsl(var(--foreground));
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ui-button[data-variant="icon"]:hover {
|
||||
background-color: hsl(var(--muted));
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
white-space: nowrap;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.theme-toggle-icon {
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
}
|
||||
|
||||
.ui-button[data-variant="link"] {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user