navbar search fixes

This commit is contained in:
codecalm
2019-12-15 22:54:04 +01:00
parent 7079cf4711
commit a5bfcb88cf
8 changed files with 131 additions and 97 deletions
+9
View File
@@ -2,6 +2,11 @@
margin-bottom: $card-group-margin;
box-shadow: $card-shadow;
@media print {
border: none;
box-shadow: none;
}
@at-root a#{&} {
color: inherit;
transition: .3s box-shadow;
@@ -173,6 +178,10 @@
}
.card-body {
@media print {
padding: 0;
}
> :last-child {
margin-bottom: 0;
}