[style] font weight normal, not thin for mobile
This commit is contained in:
parent
bc4fe0a618
commit
a8f172d014
4 changed files with 6 additions and 17 deletions
|
|
@ -152,11 +152,6 @@
|
|||
.list-value {
|
||||
vertical-align: middle;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.doclist-row .list-id {
|
||||
font-weight: 200;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.doclist-row {
|
||||
font-size: 14px;
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ body {
|
|||
}
|
||||
.control-label,
|
||||
.grid-heading-row .grid-static-col {
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
}
|
||||
.toggle-navbar-new-comments {
|
||||
padding: 8px 0px !important;
|
||||
|
|
@ -123,7 +123,7 @@ body {
|
|||
padding: 7px 0px !important;
|
||||
}
|
||||
.module-item h4 {
|
||||
font-weight: 200;
|
||||
font-weight: normal;
|
||||
}
|
||||
#navbar-breadcrumbs {
|
||||
margin: 0px;
|
||||
|
|
@ -287,7 +287,7 @@ body {
|
|||
body,
|
||||
.btn,
|
||||
.indicator {
|
||||
font-weight: 200;
|
||||
font-weight: normal;
|
||||
}
|
||||
h1,
|
||||
h2,
|
||||
|
|
|
|||
|
|
@ -196,12 +196,6 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media(max-width: @screen-sm) {
|
||||
.doclist-row .list-id {
|
||||
font-weight: 200;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 767px) {
|
||||
.doclist-row {
|
||||
font-size: @text-regular;
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@
|
|||
// make thinner labels
|
||||
.control-label,
|
||||
.grid-heading-row .grid-static-col {
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
// navbar & breadcrumbs
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
padding: 7px 0px !important;
|
||||
|
||||
h4 {
|
||||
font-weight: 200;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -207,7 +207,7 @@
|
|||
.btn,
|
||||
.indicator
|
||||
{
|
||||
font-weight: 200;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue