22 lines
443 B
CSS
22 lines
443 B
CSS
/**
|
|
* @author Caspar Armster
|
|
* @copyright 2016 Caspar Armster, Freifunk Hennef
|
|
* @license Licensed under GPLv3
|
|
*
|
|
*/
|
|
.panel-footer {
|
|
font-size: 80%;
|
|
}
|
|
.btn-primary {
|
|
background-color: #dc0067 !important;
|
|
border-color: #cc0057 !important;
|
|
}
|
|
.panel-primary > .panel-heading {
|
|
background-color: #000000 !important;
|
|
}
|
|
@media (min-width: 1200px) {
|
|
.container{
|
|
width:auto;
|
|
max-width: 1550px;
|
|
}
|
|
} |