Newer
Older
cas-server / cas / WEB-INF / classes / static / sass / components / _login.scss
zhout on 17 Jun 2021 374 bytes first commit
@import "variables";

.login {
  .card {
    margin-bottom: 1em;
  }
}

#list-providers {
  ul {
    list-style: none;
    padding-left: 0;

    li {
      list-style: none;
      margin-bottom: 1em;

      a.btn, a.btn:visited {
        color: $list-providers-link-color;
      }
    }
  }
}
#notices {
  ul.list-group .fa, ul.list-group .far {
    margin-right: 7px;
  }
}