Add styling for action buttons in settings.html
This commit is contained in:
@@ -102,7 +102,19 @@
|
|||||||
margin-left: 0.8rem;
|
margin-left: 0.8rem;
|
||||||
}
|
}
|
||||||
/* Buttons */
|
/* Buttons */
|
||||||
|
.action-btn {
|
||||||
|
font-size: 1rem;
|
||||||
|
font-weight: 600;
|
||||||
|
border-radius: 8px;
|
||||||
|
transition: background 0.18s, color 0.18s;
|
||||||
|
background: var(--bg-sidebar);
|
||||||
|
color: var(--accent);
|
||||||
|
box-shadow: 0 1px 4px rgba(0,0,0,0.03);
|
||||||
|
}
|
||||||
|
.action-btn .icon-left { margin: 0.2em; }
|
||||||
|
|
||||||
button{
|
button{
|
||||||
|
padding: 0.5em 1.2em;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user