mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 17:33:32 +09:00
first
This commit is contained in:
30
src/scss/layout/_custom.scss
Normal file
30
src/scss/layout/_custom.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user