styled footer, about, store page
This commit is contained in:
@ -75,3 +75,30 @@ mat-list-item:hover {
|
||||
mat-form-field#totalCost .mat-form-field-label-wrapper {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
//sticky footer
|
||||
.wrapper {
|
||||
min-height: 100%;
|
||||
margin-bottom: -312px;
|
||||
}
|
||||
.footer, .push {
|
||||
height: 312px;
|
||||
}
|
||||
footer {
|
||||
background-color: #3c3c3c;
|
||||
color: #c7c7c7;
|
||||
}
|
||||
footer a, footer a:active, footer a:focus {
|
||||
color: #808080;
|
||||
text-decoration: none;
|
||||
}
|
||||
footer a:hover {
|
||||
color: white;
|
||||
}
|
||||
footer h1, footer h2, footer h3, footer h4, footer h5 {
|
||||
color: #507b9c;
|
||||
}
|
||||
.footer-sub {
|
||||
background-color: #292929;
|
||||
color: #808080;
|
||||
}
|
Reference in New Issue
Block a user