mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 17:27:57 +01:00
21 lines
182 B
Plaintext
21 lines
182 B
Plaintext
|
/*
|
||
|
.leftpanel {
|
||
|
background-color: #8F8;
|
||
|
}
|
||
|
.rightpanel {
|
||
|
background-color: #4Fc;
|
||
|
}
|
||
|
*/
|
||
|
|
||
|
|
||
|
|
||
|
/*
|
||
|
.leftpanel {
|
||
|
background-color: #0FF;
|
||
|
width: 200px;
|
||
|
}
|
||
|
|
||
|
.rightpanel {
|
||
|
width: 200px;
|
||
|
}
|
||
|
*/
|