doodle3d-client/less/base_leftpanel.less

9 lines
119 B
Plaintext
Raw Normal View History

2013-10-09 18:15:47 +02:00
// LEFT PANEL
2014-01-10 17:21:43 +01:00
#leftpanel {
2013-10-09 18:15:47 +02:00
position: absolute;
2014-01-09 17:05:03 +01:00
width: @left-panel-width;
2013-10-09 18:15:47 +02:00
top: 0px;
left: 0px;
bottom: 0px;
}