mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 10:24:26 +04:00
navbar search fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user