Fix pull-to-refresh and other small styling issues (#6214) [deploy]
This commit is contained in:
parent
522c42f031
commit
dabeb1c732
2 changed files with 6 additions and 7 deletions
|
|
@ -8,10 +8,9 @@
|
|||
@include themeable(border, theme-container-border, none);
|
||||
@include themeable(box-shadow, theme-container-box-shadow, $bold-shadow);
|
||||
margin: auto;
|
||||
margin-bottom: 8px;
|
||||
width: 94%;
|
||||
width: 100%;
|
||||
@media screen and (min-width: 950px) {
|
||||
width: 100%;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.breadcrumb {
|
||||
margin-top: 10px;
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@ body {
|
|||
}
|
||||
|
||||
.ptr--ptr {
|
||||
margin-top: 70px;
|
||||
margin-bottom: -70px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
.modal-open {
|
||||
|
|
@ -297,10 +297,10 @@ body.hidden-shell {
|
|||
display: none;
|
||||
}
|
||||
.container {
|
||||
margin-top: 20px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
.universal-page-content-wrapper {
|
||||
margin-top: 0px !important;
|
||||
margin-top: -46px !important;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue