Merge pull request #1325 from anandpdoshi/font-weight-mobile
removed font-weight: normal for mobile views, as this forcefully removes bolding in text editor
This commit is contained in:
commit
9e5cf3308f
2 changed files with 0 additions and 49 deletions
|
|
@ -105,10 +105,6 @@ body {
|
|||
right: 5px;
|
||||
min-width: 200px;
|
||||
}
|
||||
.control-label,
|
||||
.grid-heading-row .grid-static-col {
|
||||
font-weight: 300;
|
||||
}
|
||||
.toggle-navbar-new-comments {
|
||||
padding: 8px 0px !important;
|
||||
}
|
||||
|
|
@ -284,30 +280,6 @@ body {
|
|||
.linked-with-dialog {
|
||||
width: 100% !important;
|
||||
}
|
||||
body,
|
||||
.btn,
|
||||
.indicator {
|
||||
font-weight: normal;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
.h1,
|
||||
.h2,
|
||||
.h3,
|
||||
.h4,
|
||||
.h5,
|
||||
.h6,
|
||||
.like-disabled-input,
|
||||
.bold,
|
||||
.strong,
|
||||
strong,
|
||||
b {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.modal .modal-dialog {
|
||||
|
|
|
|||
|
|
@ -63,12 +63,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
// make thinner labels
|
||||
.control-label,
|
||||
.grid-heading-row .grid-static-col {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
// navbar & breadcrumbs
|
||||
.toggle-navbar-new-comments {
|
||||
padding: 8px 0px !important;
|
||||
|
|
@ -201,21 +195,6 @@
|
|||
.linked-with-dialog {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
// font-weights in mobile and tablets
|
||||
body,
|
||||
.btn,
|
||||
.indicator
|
||||
{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
.h1, .h2, .h3, .h4, .h5, .h6,
|
||||
.like-disabled-input,
|
||||
.bold, .strong, strong, b {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 767px) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue