14 lines
207 B
Text
14 lines
207 B
Text
#another-sidebar {
|
|
dock: left;
|
|
width: 30;
|
|
height: 100%;
|
|
background: deeppink;
|
|
}
|
|
|
|
#sidebar {
|
|
dock: left;
|
|
width: 15;
|
|
height: 100%;
|
|
color: #0f2b41;
|
|
background: dodgerblue;
|
|
}
|