1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-14 09:05:08 +01:00
onion/sass/ascribe_piece_list_toolbar.scss

26 lines
422 B
SCSS
Raw Normal View History

2015-07-07 10:28:39 +02:00
2015-07-30 11:56:13 +02:00
.ascribe-piece-list-toolbar {
padding-left: 15px;
padding-right: 15px;
}
2015-07-07 10:28:39 +02:00
.search-bar {
max-width: 200px;
2015-08-04 10:06:02 +02:00
input {
height: 33px;
}
}
.ascribe-piece-list-toolbar-filter-widget {
margin-right: 1em;
.checkbox-line {
span {
cursor: pointer;
2015-08-04 10:06:02 +02:00
}
input {
position: relative;
top: 2px;
margin-left: 10px;
}
}
2015-06-02 10:10:09 +02:00
}