example modal
This commit is contained in:
parent
383eb3c620
commit
511a3fef7b
@ -1,4 +1,15 @@
|
|||||||
<div .modal.js-modal #modal-#{modalId} data-trigger=#{modalTrigger} data-closeable=true>
|
<div .modal.js-modal #modal-#{modalId} data-trigger=#{modalTrigger} data-closeable=true>
|
||||||
$# #{modalContent}
|
$# #{modalContent}
|
||||||
^{lipsum}
|
<h2>Neue Veranstaltung
|
||||||
^{lipsum}
|
<form>
|
||||||
|
<div .form-group>
|
||||||
|
<label .reactive-label for="inp1">Name
|
||||||
|
<input type="text" id="inp1">
|
||||||
|
<div .form-group>
|
||||||
|
<label .reactive-label for="inp2">Kürzel
|
||||||
|
<input type="text" id="inp2">
|
||||||
|
<div .form-group>
|
||||||
|
<label .reactive-label for="inp3">Semester
|
||||||
|
<input type="text" id="inp3">
|
||||||
|
<div .form-group>
|
||||||
|
<input type="submit" value="Submit">
|
||||||
|
|||||||
@ -4,13 +4,13 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
display: block;
|
display: block;
|
||||||
background-color: rgba(130, 130, 130, 0.9);
|
background-color: rgba(255, 255, 255, 0.9);
|
||||||
min-width: 60vw;
|
min-width: 60vw;
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
max-height: calc(100vh - 30px);
|
max-height: calc(100vh - 30px);
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
color: white;
|
color: var(--fontbase);
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user