mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
bootstrap: Remove body selectors, zero margin/padding explicitly.
This commit is contained in:
@@ -21,6 +21,8 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: calc(20 / 14);
|
line-height: calc(20 / 14);
|
||||||
font-family: "Source Sans 3 VF", sans-serif;
|
font-family: "Source Sans 3 VF", sans-serif;
|
||||||
@@ -3198,10 +3200,6 @@ select.invite-as {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (width < $md_min) {
|
@media (width < $md_min) {
|
||||||
body {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.column-left {
|
.column-left {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
|
|||||||
15
web/third/bootstrap/css/bootstrap.app.css
vendored
15
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -57,10 +57,6 @@ label,
|
|||||||
button {
|
button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
body {
|
|
||||||
margin: 0;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
a {
|
a {
|
||||||
color: #0088cc;
|
color: #0088cc;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@@ -312,12 +308,6 @@ button.close {
|
|||||||
display: none;
|
display: none;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
|
||||||
body {
|
|
||||||
padding-left: 20px;
|
|
||||||
padding-right: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) and (max-width: 979px) {
|
@media (min-width: 768px) and (max-width: 979px) {
|
||||||
input {
|
input {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@@ -328,8 +318,3 @@ button.close {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 979px) {
|
|
||||||
body {
|
|
||||||
padding-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user