mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Remove the top border from the dashboard view headings
This commit is contained in:
parent
1be473a657
commit
aafd2d96a2
1 changed files with 9 additions and 2 deletions
11
resources/assets/sass/dashboard.scss
vendored
11
resources/assets/sass/dashboard.scss
vendored
|
@ -328,6 +328,7 @@ body {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
||||||
> thead > tr > th {
|
> thead > tr > th {
|
||||||
|
border-top: 0;
|
||||||
border-bottom: 1px solid #666;
|
border-bottom: 1px solid #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -645,8 +646,14 @@ body {
|
||||||
@include media-breakpoint-down(sm) {
|
@include media-breakpoint-down(sm) {
|
||||||
float: none;
|
float: none;
|
||||||
width: calc(100% - 30px);
|
width: calc(100% - 30px);
|
||||||
&:first-child { margin: 25px 15px 5px 15px; }
|
|
||||||
&:last-child { margin: 5px 15px 25px 15px; }
|
&:first-child {
|
||||||
|
margin: 25px 15px 5px 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin: 5px 15px 25px 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue