pedi2/resources/sass/app.scss

27 lines
387 B
SCSS

// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
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;
}