Commit 97cd5b57 authored by Alex Felippe Chiozo's avatar Alex Felippe Chiozo
Browse files

adiciona CSS da impressão da inscrição

#main-header, #main-content-header {
display: block;
}
#main-nav, #about-nav, #main-footer, #empty-footer {
display: none;
}
.header-image, .avatar, .icon {
display: none;
height: 0;
}
.header-content {
padding-left: 0;
}
.header-content .entity-type {
display: none;
}
.color-project {
color: black;
}
.sidebar {
display: none;
}
.registration-help {
display: none;
}
.registration-agent-avatar, .registration-space-avatar {
display: none;
}
a.btn, #registration-valuers--admin {
display: none;
}
@media print {
#main-header {
display: table-header-group;
}
#main-section {
display: table-row-group;
}
.header-content {
min-height: 4rem;
}
.registration-fieldset {
padding: 0;
margin-bottom: 0.75rem;
}
#editable-entity, .alert.warning {
display: none;
}
#empty-footer {
display: table-footer-group;
height: 160px;
visibility: hidden;
}
footer {
position: fixed;
height: 160px;
bottom: 0;
padding: 0;
}
.main-content {
padding-top: 0;
}
a, .color-project {
color: black !important;
}
.registration-id {
font-size: 2rem;
}
.alert.success {
border: none;
background-color: transparent;
padding: 0;
color: black;
}
.alert.success::before {
content: "";
}
.dropdown {
background-color: transparent;
color: black;
font-style: italic;
font-weight: bold;
}
.dropdown .placeholder::after {
content: "";
}
.attachment-list .attachment-list-item .attachment-title::before {
content: "";
}
.space-single-view-message {
margin-top: 0;
}
.log-execution-time {
display: none;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment