1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-04-17 00:50:11 +02:00

Add Bulma overrides styles to increase modal sizes

This commit is contained in:
Robbie Antenesse 2017-08-20 12:19:38 -06:00
parent 064840512f
commit ebd4045503
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/* Modal size override */
.modal-card {
max-height: calc(100vh - 20px) !important;
}
@media screen and (min-width: 769px), print {
.modal-content, .modal-card {
width: 750px !important;
}
}

View file

@ -1,5 +1,9 @@
@import 'variables';
$fa-font-path: "~font-awesome/fonts/";
@import "~font-awesome/scss/font-awesome";
@import 'bulma-overrides';
@import '../../node_modules/bulma/bulma';
@import 'styles';