blob: 6d37c8f95791f12085a5e6c981ed3a62b15757fa (
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
29
30
31
32
33
34
|
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;
}
.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
|