0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-06-01 20:34:31 +02:00
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;
}