2015-02-25 14:08:14 +01:00
|
|
|
.page-header {
|
|
|
|
margin: 20px 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-header .logo {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-primary {
|
|
|
|
border-color: #c61931;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-primary>.panel-heading {
|
2016-06-14 12:59:52 +02:00
|
|
|
border-color: #d8224c;
|
|
|
|
background-color: #d8224c;
|
2015-02-25 14:08:14 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-footer {
|
|
|
|
background-color: #f2f1f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary.btn-outline {
|
|
|
|
color: #c61931;
|
|
|
|
border-color: #c61931;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-primary:hover {
|
|
|
|
background-color: #c61931;
|
|
|
|
border-color: #c61931;
|
2016-06-12 02:17:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-item {
|
2016-06-14 12:59:52 +02:00
|
|
|
width: 140px;
|
2016-06-12 02:17:44 +02:00
|
|
|
float: left;
|
|
|
|
}
|