pedi2/resources/sass/app.scss

36 lines
462 B
SCSS
Raw Normal View History

2022-01-08 02:53:00 -03:00
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
2022-05-25 19:03:29 -03:00
main.has-top-padding {
padding-top: 4.5rem !important;
}
table.table td {
vertical-align: middle;
}
.has-text-centered {
text-align: center;
margin: 0 1em;
}
.is-fixed-top {
position: fixed;
z-index: 30;
}
main.chisma-abierta {
padding-top: 25.5rem !important;
2022-06-28 19:24:15 -03:00
}
#main {
height: 100%;
}
.container {
max-height: 100% !important;
}