meshviewer/scss/modules/_node.scss

22 lines
365 B
SCSS
Raw Normal View History

.bar {
2016-06-01 19:21:21 +00:00
background: transparentize($color-new, .5);
display: block;
height: 1.4em;
position: relative;
span {
2016-06-01 19:21:21 +00:00
background: transparentize($color-new, .92);
display: inline-block;
height: 1.4em;
}
label {
color: $color-white;
font-weight: bold;
position: absolute;
right: .5em;
top: .1em;
white-space: nowrap;
}
}