pedi2/public/css/app.css

53 lines
653 B
CSS
Raw Normal View History

p.navbar-item:empty {
display: none;
}
.breadcrumb a {
color: #cc0f35;
}
.help {
font-size: 1rem;
}
table.table td {
vertical-align: middle;
}
nav.breadcrumb.is-fixed-top {
left: 0;
position: fixed;
right: 0;
z-index: 30;
top: 3.25rem;
2022-05-18 17:46:47 -03:00
height: 3.25rem;
}
main.has-top-padding {
2022-05-18 17:46:47 -03:00
padding-top: 4.5rem !important;
2022-05-04 15:37:32 -03:00
}
.has-text-centered {
text-align: center;
margin: 0 1em;
}
2022-05-18 17:46:47 -03:00
.is-fixed-top {
position: fixed;
z-index: 30;
}
.chismosa-container {
top: 6.5rem;
max-height: 21rem;
overflow-y: scroll;
overflow-x: hidden;
width: 100%;
position: fixed;
z-index: 15;
}
main.chisma-abierta {
padding-top: 25.5rem !important;
}