dat.gui/elements/gui-row.styl
George Michael Brower 61d3d362ac no message
2014-08-15 18:04:51 -04:00

21 lines
255 B
Stylus

@import 'shared';
#row {
-webkit-text-select: none;
background: #1a1a1a;
}
#name {
font();
text-overflow: ellipsis;
word-wrap: break-word;
overflow: hidden;
width: 33%;
padding: 0 10px;
box-sizing: border-box;
}