62 lines
696 B
Plaintext
62 lines
696 B
Plaintext
#sidebar {
|
|
background: $boost-darken-1;
|
|
width: 15%;
|
|
min-width: 20;
|
|
dock: left;
|
|
margin-top: 1;
|
|
}
|
|
|
|
#sidebar-buttons {
|
|
padding: 1;
|
|
padding-bottom: 0;
|
|
background: $boost-darken-1;
|
|
border-bottom: tall $surface;
|
|
|
|
Button {
|
|
max-width: 5;
|
|
margin-right: 1;
|
|
}
|
|
}
|
|
|
|
#sidebar-switcher Vertical {
|
|
padding: 1;
|
|
Static {
|
|
margin-bottom: 1;
|
|
text-style: dim;
|
|
}
|
|
}
|
|
|
|
#files {
|
|
#directory {
|
|
background: transparent;
|
|
}
|
|
}
|
|
|
|
#editor {
|
|
margin: 1 0;
|
|
|
|
#code-editor {
|
|
min-height: 3;
|
|
}
|
|
}
|
|
|
|
#find-window {
|
|
width: 45;
|
|
height: 11;
|
|
|
|
Input {
|
|
width: 20;
|
|
margin-bottom: 1;
|
|
}
|
|
|
|
#num-matches {
|
|
width: 10;
|
|
margin-left: 1;
|
|
height: 3;
|
|
content-align: left middle;
|
|
}
|
|
|
|
Button {
|
|
max-width: 5;
|
|
}
|
|
} |