17 lines
257 B
SCSS
17 lines
257 B
SCSS
.workspaces {
|
|
margin-left: 0.2rem;
|
|
|
|
min-height: $hight;
|
|
|
|
border: 1px solid $border;
|
|
border-radius: 24px;
|
|
|
|
.workspace {
|
|
padding: 0 0.5rem;
|
|
border-radius: 24px;
|
|
}
|
|
|
|
.active {
|
|
background-color: $focus;
|
|
}
|
|
} |