Merge "Update bold fonts to Roboto Medium"

This commit is contained in:
Kasper Nilsson
2017-09-09 02:01:57 +00:00
committed by Gerrit Code Review
26 changed files with 35 additions and 34 deletions

View File

@@ -64,7 +64,7 @@ limitations under the License.
} }
th { th {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
font-weight: bold; font-family: var(--font-family-bold);
text-align: left; text-align: left;
} }
</style> </style>

View File

@@ -39,7 +39,7 @@ limitations under the License.
background-color: #ebf5fb; background-color: #ebf5fb;
} }
:host([needs-review]) { :host([needs-review]) {
font-weight: bold; font-family: var(--font-family-bold);
} }
:host([assigned]) { :host([assigned]) {
background-color: #fcfad6; background-color: #fcfad6;

View File

@@ -43,7 +43,7 @@ limitations under the License.
} }
.title { .title {
color: #666; color: #666;
font-weight: bold; font-family: var(--font-family-bold);
max-width: 20em; max-width: 20em;
word-break: break-word; word-break: break-word;
} }

View File

@@ -78,7 +78,7 @@ limitations under the License.
.header-title { .header-title {
flex: 1; flex: 1;
font-size: 1.2em; font-size: 1.2em;
font-weight: bold; font-family: var(--font-family-bold);
} }
.prefsButton { .prefsButton {
float: right; float: right;

View File

@@ -36,7 +36,7 @@ limitations under the License.
} }
.file { .file {
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
font-weight: bold; font-family: var(--font-family-bold);
margin: 10px 0 3px; margin: 10px 0 3px;
padding: 10px 0 5px; padding: 10px 0 5px;
} }

View File

@@ -104,7 +104,7 @@ limitations under the License.
} }
.drafts { .drafts {
color: #C62828; color: #C62828;
font-weight: bold; font-family: var(--font-family-bold);
} }
.show-hide { .show-hide {
margin-left: .4em; margin-left: .4em;

View File

@@ -76,7 +76,7 @@ limitations under the License.
width: 2.5em; width: 2.5em;
} }
.name { .name {
font-weight: bold; font-family: var(--font-family-bold);
} }
.message { .message {
--gr-formatted-text-prose-max-width: 80ch; --gr-formatted-text-prose-max-width: 80ch;
@@ -136,7 +136,7 @@ limitations under the License.
} }
gr-account-label { gr-account-label {
--gr-account-label-text-style: { --gr-account-label-text-style: {
font-weight: bold; font-family: var(--font-family-bold);
}; };
} }
</style> </style>

View File

@@ -68,7 +68,7 @@ limitations under the License.
} }
.status { .status {
color: #666; color: #666;
font-weight: bold; font-family: var(--font-family-bold);
margin-left: .25em; margin-left: .25em;
} }
.notCurrent { .notCurrent {

View File

@@ -87,7 +87,7 @@ limitations under the License.
margin-top: 1em; margin-top: 1em;
} }
.groupName { .groupName {
font-weight: bold; font-family: var(--font-family-bold);
} }
.groupSize { .groupSize {
font-style: italic; font-style: italic;

View File

@@ -48,12 +48,12 @@ limitations under the License.
text-align: right; text-align: right;
} }
.header { .header {
font-weight: bold; font-family: var(--font-family-bold);
padding-top: 1em; padding-top: 1em;
} }
.key { .key {
display: inline-block; display: inline-block;
font-weight: bold; font-family: var(--font-family-bold);
border-radius: 3px; border-radius: 3px;
background-color: #f1f2f3; background-color: #f1f2f3;
padding: .1em .5em; padding: .1em .5em;

View File

@@ -120,7 +120,7 @@ limitations under the License.
@media screen and (max-width: 50em) { @media screen and (max-width: 50em) {
.bigTitle { .bigTitle {
font-size: 14px; font-size: 14px;
font-weight: bold; font-family: var(--font-family-bold);
} }
gr-search-bar, gr-search-bar,
.browse, .browse,

View File

@@ -69,7 +69,7 @@ limitations under the License.
.authorName, .authorName,
.draftLabel, .draftLabel,
.draftTooltip { .draftTooltip {
font-weight: bold; font-family: var(--font-family-bold);
} }
.draftLabel, .draftLabel,
.draftTooltip { .draftTooltip {

View File

@@ -45,7 +45,7 @@ limitations under the License.
} }
.header { .header {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
font-weight: bold; font-family: var(--font-family-bold);
} }
.mainContainer { .mainContainer {
padding: 1em 0; padding: 1em 0;
@@ -69,7 +69,7 @@ limitations under the License.
justify-content: space-between; justify-content: space-between;
} }
.beta { .beta {
font-weight: bold; font-family: var(--font-family-bold);
color: #888; color: #888;
} }
</style> </style>

View File

@@ -113,7 +113,7 @@ limitations under the License.
} }
.dropdown-content a[selected] { .dropdown-content a[selected] {
color: #000; color: #000;
font-weight: bold; font-family: var(--font-family-bold);
pointer-events: none; pointer-events: none;
text-decoration: none; text-decoration: none;
} }
@@ -194,7 +194,7 @@ limitations under the License.
.mobileNavLink { .mobileNavLink {
color: #000; color: #000;
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-family: var(--font-family-bold);
text-decoration: none; text-decoration: none;
} }
.mobileNavLink:not([href]) { .mobileNavLink:not([href]) {

View File

@@ -36,7 +36,7 @@ limitations under the License.
} }
header { header {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
font-weight: bold; font-family: var(--font-family-bold);
} }
header, header,
main, main,

View File

@@ -53,7 +53,7 @@ limitations under the License.
} }
.action { .action {
color: #a1c2fa; color: #a1c2fa;
font-weight: bold; font-family: var(--font-family-bold);
margin-left: 1em; margin-left: 1em;
text-decoration: none; text-decoration: none;
} }

View File

@@ -32,7 +32,7 @@ limitations under the License.
display: inline-block; display: inline-block;
font-family: var(--font-family); font-family: var(--font-family);
font-size: 12px; font-size: 12px;
font-weight: bold; font-family: var(--font-family-bold);
outline-width: 0; outline-width: 0;
padding: .4em .85em; padding: .4em .85em;
position: relative; position: relative;

View File

@@ -33,7 +33,7 @@ limitations under the License.
header { header {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
flex-shrink: 0; flex-shrink: 0;
font-weight: bold; font-family: var(--font-family-bold);
} }
main { main {
display: flex; display: flex;

View File

@@ -40,11 +40,11 @@ limitations under the License.
display: block; display: block;
} }
label { label {
font-weight: bold; font-family: var(--font-family-bold);
} }
li[selected] gr-button { li[selected] gr-button {
color: #000; color: #000;
font-weight: bold; font-family: var(--font-family-bold);
text-decoration: none; text-decoration: none;
} }
.schemes { .schemes {

View File

@@ -61,7 +61,7 @@ limitations under the License.
list-style: none; list-style: none;
} }
ul .accountName { ul .accountName {
font-weight: bold; font-family: var(--font-family-bold);
} }
li .accountInfo, li .accountInfo,
li .itemAction { li .itemAction {
@@ -92,7 +92,7 @@ limitations under the License.
padding: .85em 1em; padding: .85em 1em;
} }
.bold-text { .bold-text {
font-weight: bold; font-family: var(--font-family-bold);
} }
:host:not([down-arrow]) .downArrow { display: none; } :host:not([down-arrow]) .downArrow { display: none; }
:host([down-arrow]) .downArrow { :host([down-arrow]) .downArrow {

View File

@@ -30,6 +30,7 @@ limitations under the License.
--view-background-color: #fff; --view-background-color: #fff;
--default-horizontal-margin: 1rem; --default-horizontal-margin: 1rem;
--font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; --font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--font-family-bold: 'Roboto Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
--monospace-font-family: 'Roboto Mono', Menlo, 'Lucida Console', Monaco, monospace; --monospace-font-family: 'Roboto Mono', Menlo, 'Lucida Console', Monaco, monospace;
--iron-overlay-backdrop: { --iron-overlay-backdrop: {
transition: none; transition: none;

View File

@@ -22,7 +22,7 @@ limitations under the License.
.topHeader, .topHeader,
.groupHeader { .groupHeader {
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
font-weight: bold; font-family: var(--font-family-bold);
padding: .3em .5em; padding: .3em .5em;
} }
.topHeader { .topHeader {

View File

@@ -39,7 +39,7 @@ limitations under the License.
} }
.gr-form-styles .title { .gr-form-styles .title {
color: #666; color: #666;
font-weight: bold; font-family: var(--font-family-bold);
padding-right: .5em; padding-right: .5em;
width: 15em; width: 15em;
} }

View File

@@ -44,14 +44,14 @@ limitations under the License.
margin-top: 1em; margin-top: 1em;
} }
.navStyles .title { .navStyles .title {
font-weight: bold; font-family: var(--font-family-bold);
margin: .4em 0; margin: .4em 0;
} }
.navStyles .selected { .navStyles .selected {
background-color: #fff; background-color: #fff;
border-bottom: 1px dotted #808080; border-bottom: 1px dotted #808080;
border-top: 1px dotted #808080; border-top: 1px dotted #808080;
font-weight: bold; font-family: var(--font-family-bold);
} }
.navStyles a { .navStyles a {
color: black; color: black;

View File

@@ -34,7 +34,7 @@ limitations under the License.
.genericList th { .genericList th {
background-color: #ddd; background-color: #ddd;
border-bottom: 1px solid #eee; border-bottom: 1px solid #eee;
font-weight: bold; font-family: var(--font-family-bold);
padding: .3em .5em; padding: .3em .5em;
text-align: left; text-align: left;
} }

View File

@@ -65,15 +65,15 @@ limitations under the License.
/* Other Shared Styles*/ /* Other Shared Styles*/
h1 { h1 {
font-size: 2em; font-size: 2em;
font-weight: bold; font-family: var(--font-family-bold);
} }
h2 { h2 {
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-family: var(--font-family-bold);
} }
h3 { h3 {
font-size: 1.17em; font-size: 1.17em;
font-weight: bold; font-family: var(--font-family-bold);
} }
/* Stopgap solution until we remove hidden$ attributes. */ /* Stopgap solution until we remove hidden$ attributes. */
[hidden] { [hidden] {