aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/stylesheets/base.scss
blob: 14da74e0cf7663629f231eb43321100deb597aab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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; }
  }
}

.panel_block:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}