forked from website/openpower.foundation
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
555 B
SCSS
36 lines
555 B
SCSS
.footer {
|
|
padding: 3.75rem 0 3.75rem;
|
|
@media screen and (max-width: $lg) {
|
|
padding: 2.35rem 0 2.5rem;
|
|
}
|
|
@media screen and (min-width:$lg) and (max-width: $xl) {
|
|
padding: 3.75rem 0 4.5rem;
|
|
}
|
|
color: #fff;
|
|
background-color: #02123e;
|
|
a {
|
|
color: white;
|
|
&:hover {
|
|
color: white;
|
|
text-decoration: underline;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
.copyright-footer {
|
|
margin-top: 30px;
|
|
font-size: 10px;
|
|
}
|
|
.poweredby-footer {
|
|
font-size: 12px;
|
|
a {
|
|
color: #ff8800;
|
|
}
|
|
}
|
|
.version-footer {
|
|
font-size: 8px;
|
|
a {
|
|
color: white;
|
|
}
|
|
}
|
|
}
|