Files
sterivein/templates/default/assets/less/thelia/toolbars.less
2013-09-09 17:30:18 +02:00

44 lines
1.1 KiB
Plaintext
Executable File

// Thelia: Toolbar (Products Sorter)
.toolbar {
line-height: 50px;
margin-bottom: @line-height-computed;
.sorter-container, .pagination-container { .clearfix(); height: 50px; overflow: hidden; }
// Sorter
.sorter-container {
background-color: @toolbar-sorter-bg;
border-radius: @toolbar-sorter-border-radius;
padding: @toolbar-sorter-padding;
text-align: right;
// Amout
.amount { float: left; }
// Limiter
.limiter {}
// Sort By
.sort-by { margin-left: 40px; }
// View Mode
.view-mode {
margin-left: 40px;
> .view-mode-btn {
a { padding: 0 6px; font-size: ceil(@font-size-base * 1.5); text-decoration: none; }
font-size: 24px;
.icon-grid:before { content: @th; }
.icon-list:before { content: @th-list; }
}
}
}
// Pagination
.pagination-container {
text-align: center;
> .pagination-label { .sr-only; }
> .pagination { margin: 15px 0 0; }
}
}