aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/app/stylesheets/base.scss
blob: 37bdade1e7d1d2b3921a6a9f45788e9531474b2f (plain) (tree)



















                                           
body {
  padding: 20px;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  text-align: center;
  font-size: small;
}

.search-group {
  .search-btn {
    position: relative;
    left: -40px;
    top: 0;

    &:hover { text-decoration: none; }
  }
}