pedi2/public/css/app.css

31 lines
416 B
CSS
Raw Normal View History

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;
}
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
}
#main {
height: 100%;
}
.container {
max-height: 100% !important;
}
2022-09-06 21:39:09 -03:00