healthchecks/static/css/profile.css
2017-08-23 15:47:20 +03:00

19 lines
331 B
CSS

.panel-success .panel-footer {
background: #dff0d8;
color: #3c763d;
font-size: small;
text-align: center;
border-top: 0;
padding: 6px 15px;
}
.panel-info .panel-footer {
background: #d9edf7;
color: #31708f;
font-size: small;
text-align: center;
border-top: 0;
padding: 8px 15px;
}