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 {
border-bottom: 1px solid #eee;
font-weight: bold;
font-family: var(--font-family-bold);
text-align: left;
}
</style>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -30,6 +30,7 @@ limitations under the License.
--view-background-color: #fff;
--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-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;
--iron-overlay-backdrop: {
transition: none;

View File

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

View File

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

View File

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

View File

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

View File

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