mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Reorganization of Sass files
This commit is contained in:
parent
34e330a537
commit
ec866e1e5a
9 changed files with 298 additions and 264 deletions
23
docs/scss/content/_typography.scss
Normal file
23
docs/scss/content/_typography.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
/**
|
||||
* Docs: Typography
|
||||
*/
|
||||
|
||||
section > hgroup {
|
||||
margin-bottom: $spacing-typography*2;
|
||||
|
||||
p {
|
||||
color: var(--muted-text);
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
}
|
||||
a[role=button] {
|
||||
margin-right: $spacing-gutter/4;
|
||||
margin-bottom: $spacing-typography;
|
||||
}
|
||||
[role=document] {
|
||||
section > h1,
|
||||
section > h2,
|
||||
section > h3 {
|
||||
line-height: 1;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue