mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-06-18 07:06:39 +02:00
Fix modals width and alignment
This commit is contained in:
parent
86aac232b8
commit
0f6b5deb1a
3 changed files with 2 additions and 5 deletions
|
@ -64,7 +64,7 @@ export class Modal extends Component {
|
|||
<div className='modal-background' onClick={ this.hide.bind(this) } />
|
||||
|
||||
<div className='modal-card'>
|
||||
<header className='modal-card-head'>
|
||||
<header className='modal-card-head has-text-left'>
|
||||
<h3 className='modal-card-title'>
|
||||
{ title || 'Modal' }
|
||||
</h3>
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
|
||||
@media screen and (min-width: 769px), print {
|
||||
.modal-content, .modal-card {
|
||||
width: 750px !important;
|
||||
width: 900px !important;
|
||||
}
|
||||
}
|
|
@ -124,6 +124,3 @@ $size-small: $size-7;
|
|||
$size-normal: $size-6;
|
||||
$size-medium: $size-5;
|
||||
$size-large: $size-4;
|
||||
|
||||
// Modal
|
||||
$modal-content-width: 900px;
|
||||
|
|
Loading…
Add table
Reference in a new issue