mirror of
https://github.com/ascribe/onion.git
synced 2024-11-13 16:45:05 +01:00
26 lines
422 B
SCSS
26 lines
422 B
SCSS
|
|
.ascribe-piece-list-toolbar {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
.search-bar {
|
|
max-width: 200px;
|
|
input {
|
|
height: 33px;
|
|
}
|
|
}
|
|
|
|
.ascribe-piece-list-toolbar-filter-widget {
|
|
margin-right: 1em;
|
|
.checkbox-line {
|
|
span {
|
|
cursor: pointer;
|
|
}
|
|
input {
|
|
position: relative;
|
|
top: 2px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
} |