mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-26 10:52:20 +00:00
refactor: move app to monorepo
This commit is contained in:
12
frontend/app/src/theme/components/_section.scss
Normal file
12
frontend/app/src/theme/components/_section.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.section-headline {
|
||||
font-size: var(--font-size-lg);
|
||||
font-weight: var(--font-weight-black);
|
||||
font-stretch: condensed;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: var(--spacing-sm);
|
||||
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: revert;
|
||||
justify-content: space-between;
|
||||
}
|
||||
Reference in New Issue
Block a user