2022-05-25 19:03:29 -03:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Nunito);main.has-top-padding {
|
|
|
|
padding-top: 4.5rem !important;
|
2022-04-07 16:56:58 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
table.table td {
|
2022-05-25 19:03:29 -03:00
|
|
|
vertical-align: middle;
|
2022-05-04 15:37:32 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.has-text-centered {
|
2022-05-25 19:03:29 -03:00
|
|
|
text-align: center;
|
|
|
|
margin: 0 1em;
|
2022-05-04 15:37:32 -03:00
|
|
|
}
|
2022-05-18 17:46:47 -03:00
|
|
|
|
|
|
|
.is-fixed-top {
|
2022-05-25 19:03:29 -03:00
|
|
|
position: fixed;
|
|
|
|
z-index: 30;
|
2022-05-18 17:46:47 -03:00
|
|
|
}
|
|
|
|
|
2022-05-25 19:03:29 -03:00
|
|
|
main.chisma-abierta {
|
|
|
|
padding-top: 25.5rem !important;
|
2022-05-18 17:46:47 -03:00
|
|
|
}
|
|
|
|
|
2022-06-28 19:16:07 -03:00
|
|
|
#main {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.container {
|
|
|
|
max-height: 100% !important;
|
|
|
|
}
|
2022-09-06 21:39:09 -03:00
|
|
|
|