Merge "Update bold fonts to Roboto Medium"
This commit is contained in:
@@ -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>
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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>
|
||||
|
@@ -68,7 +68,7 @@ limitations under the License.
|
||||
}
|
||||
.status {
|
||||
color: #666;
|
||||
font-weight: bold;
|
||||
font-family: var(--font-family-bold);
|
||||
margin-left: .25em;
|
||||
}
|
||||
.notCurrent {
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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,
|
||||
|
@@ -69,7 +69,7 @@ limitations under the License.
|
||||
.authorName,
|
||||
.draftLabel,
|
||||
.draftTooltip {
|
||||
font-weight: bold;
|
||||
font-family: var(--font-family-bold);
|
||||
}
|
||||
.draftLabel,
|
||||
.draftTooltip {
|
||||
|
@@ -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>
|
||||
|
@@ -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]) {
|
||||
|
@@ -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,
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
|
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
|
@@ -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;
|
||||
}
|
||||
|
@@ -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] {
|
||||
|
Reference in New Issue
Block a user