DRAFT | new theme - minimage
This commit is contained in:
parent
5116fe4640
commit
ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions
8
themes/minimage/source/sass/layout/_global-footer.scss
Normal file
8
themes/minimage/source/sass/layout/_global-footer.scss
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
.c-global-footer {
|
||||
margin-top: 20px;
|
||||
padding: 1rem 0 2rem;
|
||||
|
||||
&__inner {
|
||||
@extend %clearfix;
|
||||
}
|
||||
}
|
||||
17
themes/minimage/source/sass/layout/_global-header.scss
Normal file
17
themes/minimage/source/sass/layout/_global-header.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
.c-global-header {
|
||||
padding: 1em 0;
|
||||
|
||||
&__inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&__primary {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
&__utility {
|
||||
text-align: right;
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
3
themes/minimage/source/sass/layout/_main-content.scss
Normal file
3
themes/minimage/source/sass/layout/_main-content.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.c-main-content {
|
||||
margin-top: 40px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue