first load
This commit is contained in:
28
styles/_footer.scss
Normal file
28
styles/_footer.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
/***** Footer *****/
|
||||
.footer {
|
||||
border-top: 1px solid $low-contrast-border-color;
|
||||
margin-top: 60px;
|
||||
padding: 30px 0;
|
||||
|
||||
a {
|
||||
color: $secondary-text-color;
|
||||
}
|
||||
|
||||
&-inner {
|
||||
@include max-width-container;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
&-language-selector button {
|
||||
color: $secondary-text-color;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.powered-by-zendesk {
|
||||
a,
|
||||
a:visited {
|
||||
color: $secondary-text-color;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user