19 lines
334 B
SCSS
19 lines
334 B
SCSS
.bar {
|
|
font-size: 18px;
|
|
margin: 0px;
|
|
|
|
.panel {
|
|
background: rgba(89, 89, 89, 0.667);
|
|
border-radius: 15px;
|
|
padding: 0 10px 0 10px;
|
|
}
|
|
|
|
.workspace {
|
|
background: rgba(89, 89, 89, 0.667);
|
|
border-radius: 15px;
|
|
padding: 0 10px 0 10px;
|
|
&.focused {
|
|
background: rgba(255, 255, 255, 0.667);
|
|
}
|
|
}
|
|
} |