ComptaClub/static/css/app_printer.css

31 lines
442 B
CSS

body {
padding-top: -10px !important;
}
.navbar {
display: none !important;
}
a[href]:after {
content: none;
}
.noprint{
display: none !important;
}
.alert-warning {
color: #8a6d3b !important;
background-color: #fcf8e3 !important;
border-color: #faebcc !important;
font-style: italic;
}
.alert-danger {
font-weight: bold;
}
/*.alert-success {
font-style: bold;
text-decoration: underline;
}*/