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:
parent
064840512f
commit
ebd4045503
2 changed files with 14 additions and 0 deletions
10
src/sass/_bulma-overrides.scss
Normal file
10
src/sass/_bulma-overrides.scss
Normal 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;
|
||||
}
|
||||
}
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue