mirror of
https://github.com/plebbit/seedit.git
synced 2026-04-21 15:48:43 -04:00
39 lines
596 B
CSS
39 lines
596 B
CSS
.button {
|
|
color: var(--text-info);
|
|
font-weight: bold;
|
|
text-decoration: none;
|
|
padding: 0 4px 0 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.modal {
|
|
z-index: 7;
|
|
background-color: var(--background);
|
|
padding: 5px;
|
|
color: var(--text-info);
|
|
font-weight: bold;
|
|
border: 1px solid var(--border-text);
|
|
}
|
|
|
|
.modal input {
|
|
margin-right: 3px;
|
|
}
|
|
|
|
.menuItem {
|
|
padding-bottom: 5px;
|
|
text-transform: lowercase;
|
|
}
|
|
|
|
.menuReason {
|
|
padding-bottom: 2px;
|
|
}
|
|
|
|
.menuItem input[type="text"] {
|
|
padding: 2px;
|
|
box-shadow: var(--box-shadow);
|
|
margin-top: 2px;
|
|
}
|
|
|
|
.menuItem button {
|
|
text-transform: capitalize;
|
|
} |