dat.gui/elements/gui-row.styl
George Michael Brower 1b5100e8e4 gulp
2014-08-15 12:32:49 -04:00

21 lines
255 B
Stylus

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