74 lines
1.3 KiB
CSS
74 lines
1.3 KiB
CSS
|
.manage__ban__field {
|
||
|
margin: 2px;
|
||
|
margin-bottom: 8px;
|
||
|
}
|
||
|
|
||
|
.manage__ban__title {
|
||
|
font-size: 1.4em;
|
||
|
line-height: 1.5em;
|
||
|
padding: 0 4px;
|
||
|
}
|
||
|
|
||
|
.manage__ban__desc {
|
||
|
font-size: .9em;
|
||
|
line-height: 1.5em;
|
||
|
font-style: italic;
|
||
|
border-bottom: 1px solid var(--accent-colour);
|
||
|
padding: 2px 4px;
|
||
|
margin-bottom: 1px;
|
||
|
}
|
||
|
|
||
|
.manage__ban__duration {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
padding: 5px;
|
||
|
gap: 5px;
|
||
|
}
|
||
|
.manage__ban__duration__value__custom--hidden {
|
||
|
display: none;
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
.manage__ban__severity {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
padding: 5px;
|
||
|
gap: 5px;
|
||
|
}
|
||
|
.manage__ban__severity__slider {
|
||
|
max-width: 200px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.manage__ban__severity__slider input {
|
||
|
width: 100%;
|
||
|
margin-top: 2px;
|
||
|
}
|
||
|
.manage__ban__severity__display {
|
||
|
max-width: 80px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.manage__ban__severity__display input {
|
||
|
width: 100%;
|
||
|
margin-bottom: 2px;
|
||
|
}
|
||
|
|
||
|
.manage__ban__reason {
|
||
|
padding: 2px;
|
||
|
width: 100%;
|
||
|
}
|
||
|
.manage__ban__reason textarea {
|
||
|
min-width: 100%;
|
||
|
max-width: 100%;
|
||
|
width: 100%;
|
||
|
min-height: 100px;
|
||
|
}
|
||
|
|
||
|
.manage__ban__actions {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
padding: 10px;
|
||
|
padding-top: 0;
|
||
|
}
|