1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00
onion/sass/ascribe_piece_list_toolbar.scss
2015-08-04 10:06:02 +02:00

26 lines
427 B
SCSS

.ascribe-piece-list-toolbar {
padding-left: 15px;
padding-right: 15px;
}
.search-bar {
max-width: 160px;
input {
height: 33px;
}
}
.ascribe-piece-list-toolbar-filter-widget {
margin-right: 1em;
.checkbox-line {
label {
font-weight: normal;
}
input {
position: relative;
top: 2px;
margin-left: 10px;
}
}
}