mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-05 11:43:22 +01:00
9 lines
119 B
Plaintext
9 lines
119 B
Plaintext
// LEFT PANEL
|
|
#leftpanel {
|
|
position: absolute;
|
|
width: @left-panel-width;
|
|
top: 0px;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
}
|