Ned Zimmerman
7 years ago
8 changed files with 32 additions and 87 deletions
@ -1,79 +1,13 @@ |
|||||||
@import 'pages/front-page'; |
.page:not(.home) article { |
||||||
@import 'pages/catalog'; |
.entry-header h1 { |
||||||
|
@extend .h2; |
||||||
.page { |
} |
||||||
.page-header { |
|
||||||
h1 { |
@extend .block; |
||||||
font-size: rem(30); |
text-align: left; |
||||||
font-weight: 600; |
width: 100%; |
||||||
color: var(--primary, $brand-primary); |
max-width: rem(800); |
||||||
letter-spacing: 2px; |
margin-top: calc(-80%); |
||||||
line-height: (36/30); |
margin-left: auto; |
||||||
text-transform: uppercase; |
margin-right: auto; |
||||||
text-align: center; |
|
||||||
margin: 0; |
|
||||||
padding-top: 1rem; |
|
||||||
|
|
||||||
&::before { |
|
||||||
content: ""; |
|
||||||
display: block; |
|
||||||
margin: 0 auto 1em; |
|
||||||
width: 46px; |
|
||||||
height: 5px; |
|
||||||
background: var(--accent, $brand-accent); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
.page-content { |
|
||||||
flex-direction: column; |
|
||||||
justify-content: center; |
|
||||||
align-items: center; |
|
||||||
padding: 0 0.78125rem; |
|
||||||
display: flex; |
|
||||||
height: auto; |
|
||||||
min-height: rem(445); |
|
||||||
background-color: $white; |
|
||||||
margin: rem(-400) auto 0; |
|
||||||
box-shadow: -3px 5px 4px 2px rgba(135, 135, 135, 0.09); |
|
||||||
text-align: center; |
|
||||||
|
|
||||||
p { |
|
||||||
font-size: rem(18); |
|
||||||
line-height: (32/16); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@media (min-width: $medium) { |
|
||||||
.page { |
|
||||||
.page-header h1 { |
|
||||||
font-size: rem(48); |
|
||||||
line-height: (56/48); |
|
||||||
} |
|
||||||
|
|
||||||
.page-content { |
|
||||||
width: rem(775); |
|
||||||
min-height: rem(494); |
|
||||||
margin: rem(-600) auto rem(119); |
|
||||||
padding: 0 90px; |
|
||||||
|
|
||||||
&:last-child { |
|
||||||
margin-bottom: 4.0625rem; |
|
||||||
} |
|
||||||
|
|
||||||
p { |
|
||||||
font-size: rem(18); |
|
||||||
line-height: (32/18); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
} |
|
||||||
|
|
||||||
@media (min-width: $large) { |
|
||||||
.page { |
|
||||||
.page-content { |
|
||||||
width: rem(1115); |
|
||||||
} |
|
||||||
} |
|
||||||
} |
} |
||||||
|
@ -1,6 +1,6 @@ |
|||||||
{ |
{ |
||||||
"/scripts/aldine.js": "/scripts/aldine.js?id=b3e9fc98283f6851d026", |
"/scripts/aldine.js": "/scripts/aldine.js?id=b3e9fc98283f6851d026", |
||||||
"/styles/aldine.css": "/styles/aldine.css?id=1be125553f6566e4af78", |
"/styles/aldine.css": "/styles/aldine.css?id=029239f1f66d8618b8a3", |
||||||
"/styles/editor.css": "/styles/editor.css?id=1154985c5551d57d94cc", |
"/styles/editor.css": "/styles/editor.css?id=1154985c5551d57d94cc", |
||||||
"/scripts/customizer.js": "/scripts/customizer.js?id=b7707466ef7695673a2e" |
"/scripts/customizer.js": "/scripts/customizer.js?id=b7707466ef7695673a2e" |
||||||
} |
} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue