12 lines
157 B
CSS
12 lines
157 B
CSS
.sidebar {
|
|
width: 62px;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.option-group {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|