admin/React_Starter/scss/core/_temp.scss
Łukasz Holeczek c5cc339531 v1.0.0
2017-09-22 11:06:18 +02:00

38 lines
511 B
SCSS

.pagination-datatables, .pagination {
li {
@extend .page-item;
a {
@extend .page-link;
}
}
}
.label-pill {
border-radius: 1rem !important;
}
// temp fix for Vue & React
// Open state for the dropdown
.open, .show {
// Remove the outline when :focus is triggered
> a {
outline: 0;
}
}
// navbar dropdown fix
.navbar .dropdown-toggle {
@extend .nav-link;
.img-avatar {
height: $navbar-height - 20px;
margin: 0 10px;
}
}
.card-block {
@extend .card-body;
}