@include smaller-than($m) {
.breadcrumbs .text-button, .action-buttons .text-button {
- padding: $-s $-xs;
+ padding: $-xs $-xs;
}
.action-buttons .dropdown-container:last-child a {
padding-left: $-xs;
.breadcrumbs .text-button {
font-size: 0;
}
+ .breadcrumbs .text-button svg {
+ font-size: $fs-m;
+ }
.breadcrumbs a i {
font-size: $fs-m;
padding-right: 0;
.breadcrumbs span.sep {
padding: 0 $-xxs;
}
+ .toolbar .col-xs-1:first-child {
+ padding-right: 0;
+ }
}
.nav-tabs {