This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/scss/modules/_proportion.scss

30 lines
396 B
SCSS

.proportion-header {
cursor: pointer;
}
.proportion {
th {
font-size: .95em;
font-weight: normal;
padding-right: .71em;
text-align: right;
}
td {
text-align: left;
}
span {
box-sizing: border-box;
color: $color-white;
display: inline-block;
font-weight: bold;
min-width: 1.5em;
padding: .25em .5em;
}
a {
cursor: pointer;
}
}