mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-27 09:13:14 +10:00
Add modal title styles
This commit is contained in:
parent
5dc0658ee5
commit
dcb8396af4
1 changed files with 19 additions and 0 deletions
|
|
@ -69,6 +69,25 @@
|
|||
}
|
||||
|
||||
|
||||
/* ================ Modal title ================ */
|
||||
|
||||
--marketplaceModalTitleStyles {
|
||||
font-weight: var(--fontWeightSemiBold);
|
||||
font-size: 30px;
|
||||
line-height: 36px;
|
||||
letter-spacing: -0.5px;
|
||||
margin: 0;
|
||||
font-weight: var(--fontWeightBold);
|
||||
|
||||
@media (--viewportMedium) {
|
||||
font-weight: var(--fontWeightSemiBold);
|
||||
line-height: 40px;
|
||||
letter-spacing: -0.9px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* ================ H1, H2, H3, H4, H5 & H6 ================ */
|
||||
|
||||
--marketplaceH1FontStyles: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue