mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 03:43:28 +10:00
TOS styling
This commit is contained in:
parent
0409b39506
commit
43228d11ca
1 changed files with 29 additions and 0 deletions
|
|
@ -1,2 +1,31 @@
|
|||
@import '../../marketplace.css';
|
||||
|
||||
.root {
|
||||
& p {
|
||||
@apply --marketplaceH4FontStyles;
|
||||
}
|
||||
|
||||
& .lastUpdated {
|
||||
@apply --marketplaceBodyFontStyles;
|
||||
margin-top: 0;
|
||||
margin-bottom: 53px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 53px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mainHeading {
|
||||
margin-top: 0;
|
||||
margin-bottom: 19px;
|
||||
|
||||
@media (--viewportMedium) {
|
||||
margin-top: 0;
|
||||
margin-bottom: 19px;
|
||||
}
|
||||
}
|
||||
|
||||
.sectionHeading {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue