Newer
Older
cas-server / cas / WEB-INF / classes / static / sass / components / _footer.scss
zhout on 17 Jun 2021 202 bytes first commit
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: $footer-background-color;

  a:link, a:visited {
    color: $footer-link-color;
  }
}