@@ -152,11 +152,6 @@ | |||||
.list-value { | .list-value { | ||||
vertical-align: middle; | vertical-align: middle; | ||||
} | } | ||||
@media (max-width: 991px) { | |||||
.doclist-row .list-id { | |||||
font-weight: 200; | |||||
} | |||||
} | |||||
@media (max-width: 767px) { | @media (max-width: 767px) { | ||||
.doclist-row { | .doclist-row { | ||||
font-size: 14px; | font-size: 14px; | ||||
@@ -107,7 +107,7 @@ body { | |||||
} | } | ||||
.control-label, | .control-label, | ||||
.grid-heading-row .grid-static-col { | .grid-heading-row .grid-static-col { | ||||
font-weight: 200; | |||||
font-weight: 300; | |||||
} | } | ||||
.toggle-navbar-new-comments { | .toggle-navbar-new-comments { | ||||
padding: 8px 0px !important; | padding: 8px 0px !important; | ||||
@@ -123,7 +123,7 @@ body { | |||||
padding: 7px 0px !important; | padding: 7px 0px !important; | ||||
} | } | ||||
.module-item h4 { | .module-item h4 { | ||||
font-weight: 200; | |||||
font-weight: normal; | |||||
} | } | ||||
#navbar-breadcrumbs { | #navbar-breadcrumbs { | ||||
margin: 0px; | margin: 0px; | ||||
@@ -287,7 +287,7 @@ body { | |||||
body, | body, | ||||
.btn, | .btn, | ||||
.indicator { | .indicator { | ||||
font-weight: 200; | |||||
font-weight: normal; | |||||
} | } | ||||
h1, | h1, | ||||
h2, | h2, | ||||
@@ -196,12 +196,6 @@ | |||||
vertical-align: middle; | vertical-align: middle; | ||||
} | } | ||||
@media(max-width: @screen-sm) { | |||||
.doclist-row .list-id { | |||||
font-weight: 200; | |||||
} | |||||
} | |||||
@media(max-width: 767px) { | @media(max-width: 767px) { | ||||
.doclist-row { | .doclist-row { | ||||
font-size: @text-regular; | font-size: @text-regular; | ||||
@@ -66,7 +66,7 @@ | |||||
// make thinner labels | // make thinner labels | ||||
.control-label, | .control-label, | ||||
.grid-heading-row .grid-static-col { | .grid-heading-row .grid-static-col { | ||||
font-weight: 200; | |||||
font-weight: 300; | |||||
} | } | ||||
// navbar & breadcrumbs | // navbar & breadcrumbs | ||||
@@ -87,7 +87,7 @@ | |||||
padding: 7px 0px !important; | padding: 7px 0px !important; | ||||
h4 { | h4 { | ||||
font-weight: 200; | |||||
font-weight: normal; | |||||
} | } | ||||
} | } | ||||
@@ -207,7 +207,7 @@ | |||||
.btn, | .btn, | ||||
.indicator | .indicator | ||||
{ | { | ||||
font-weight: 200; | |||||
font-weight: normal; | |||||
} | } | ||||
h1, h2, h3, h4, h5, h6, | h1, h2, h3, h4, h5, h6, | ||||