routeros_dns/static/css/index.css
Magnus Åhall ad638acaf3 WIP
2026-02-23 07:04:57 +01:00

34 lines
305 B
CSS

html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
[onClick] {
cursor: pointer;
}
body {
font-family: sans-serif;
}
.records-tree {
.top {
font-weight: bold;
margin-left: 16px;
}
&>.top {
margin-left: 0px;
}
.record {
display: none;
color: #444;
}
}