2022-01-12 12:04:02 -03:00
|
|
|
p.navbar-item:empty {
|
|
|
|
display: none;
|
2022-01-13 20:15:46 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.breadcrumb a {
|
|
|
|
color: #cc0f35;
|
|
|
|
}
|
|
|
|
|
2022-04-07 16:56:58 -03:00
|
|
|
|
|
|
|
.help {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table td {
|
|
|
|
vertical-align: middle;
|
2022-05-04 15:19:41 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
nav.breadcrumb.is-fixed-top {
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
z-index: 30;
|
|
|
|
top: 3.25rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
main.has-top-padding {
|
|
|
|
padding-top: 3rem !important;
|
2022-05-04 15:37:32 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.has-text-centered {
|
|
|
|
text-align: center;
|
|
|
|
margin: 0 1em;
|
|
|
|
}
|