mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Font names and styles were changed in previous commit.
This commit is contained in:
parent
12f193a037
commit
241a1efff3
4 changed files with 13 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue