Init with some changes to the Serif Theme
This commit is contained in:
commit
912d143813
243 changed files with 15251 additions and 0 deletions
31
_sass/components/_sub-footer.scss
Normal file
31
_sass/components/_sub-footer.scss
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
.sub-footer {
|
||||
background: $sub-footer-background-color;
|
||||
color: $sub-footer-text-color;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
@include media-breakpoint-up(md) {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.sub-footer-inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
@include media-breakpoint-up(md) {
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
.copyright {
|
||||
margin-top: 10px;
|
||||
font-size: 14px;
|
||||
a {
|
||||
font-weight: bold;
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
.social {
|
||||
a:first-of-type {
|
||||
margin-left: -10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue