mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 13:43:50 +09:00
30 lines
365 B
SCSS
30 lines
365 B
SCSS
.valid-err {
|
|
border: 2px dotted red;
|
|
border-radius: 10px;
|
|
padding: 2px;
|
|
}
|
|
|
|
.hide {
|
|
display:none;
|
|
}
|
|
|
|
.mouse-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tab-active {
|
|
background-color: var(--primary) !important;
|
|
|
|
|
|
td {
|
|
color: white !important;
|
|
|
|
.flex-media > .meta > h3 {
|
|
color: white !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.text-pre-line {
|
|
white-space: pre-line;
|
|
} |