aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/style.css
blob: 3f4c1caa81a73c29998b2160998f9e9a98906020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
footer ul {
  margin-bottom: 0px;
}

.page-header {
  margin: 10px 0 20px;
}

.x_panel {
  height: 350px;
}

.x_panel.small {
  height: unset;
}

.x_content.small {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}