Font names and styles were changed in previous commit.

This commit is contained in:
Vesa Luusua 2017-06-06 14:19:33 +03:00
parent 12f193a037
commit 241a1efff3
4 changed files with 13 additions and 12 deletions

View file

@ -47,7 +47,7 @@
padding: 24px;
color: var(--matterColor);
border: 0;
composes: tinyBoldFont from '../../marketplace.css';
composes: h6Font from '../../marketplace.css';
&:enabled:hover {
background-color: transparent;

View file

@ -53,7 +53,7 @@
.search {
composes: topbarDesktopLabel;
composes: bodyFont from '../../marketplace.css';
composes: h4Font from '../../marketplace.css';
color: var(--matterColor);
}
@ -66,7 +66,7 @@
.createListing {
composes: topbarDesktopLabel;
composes: bodyFont from '../../marketplace.css';
composes: h4Font from '../../marketplace.css';
color: var(--marketplaceColor);
}
@ -78,7 +78,7 @@
.inbox {
composes: topbarDesktopLabel;
composes: bodyFont from '../../marketplace.css';
composes: h4Font from '../../marketplace.css';
color: var(--matterColor);
}
@ -114,14 +114,14 @@
.signup,
.login {
composes: topbarDesktopLabel;
composes: bodyFont from '../../marketplace.css';
composes: h4Font from '../../marketplace.css';
color: var(--matterColor);
}
.logoutButton {
width: 100%;
padding: 20px 24px;
composes: bodyFont from '../../marketplace.css';
composes: h4Font from '../../marketplace.css';
text-align: left;
white-space: nowrap;

View file

@ -36,21 +36,22 @@
color: var(--matterColorLight);
/* Font */
composes: h2Font from '../../marketplace.css';
composes: h1Font from '../../marketplace.css';
}
.greeting {
composes: h2Font from '../../marketplace.css';
composes: h1Font from '../../marketplace.css';
}
.logoutButton {
composes: h4Font from '../../marketplace.css';
composes: h3Font from '../../marketplace.css';
text-align: left;
color: var(--matterColorAnti);
margin-top: 6px;
}
.inbox {
composes: h2Font from '../../marketplace.css';
composes: h1Font from '../../marketplace.css';
color: var(--marketplaceColor);
margin-top: auto;
}
@ -90,7 +91,7 @@
}
.authenticationGreeting {
composes: h2Font from '../../marketplace.css';
composes: h1Font from '../../marketplace.css';
margin-bottom: 24px;
}
.authenticationLinks {

View file

@ -215,7 +215,7 @@ li,
/* This font is specific to Avatar component only */
.smallAvatarFont {
font-family: "sofiapro", Helvetica, Arial, sans-serif;
font-weight: 400; /* Regular */
font-weight: 700; /* Bold */
font-size: 14px;
line-height: 18px;
padding: 7.5px 0 4.5px;