Files
dmz/src/scss/layout/_custom.scss
2025-05-24 01:47:40 +09:00

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;
}