Even more styling
This commit is contained in:
parent
6c0a344679
commit
ac1426fe69
@ -6,7 +6,7 @@
|
|||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
padding: 5%;
|
padding: 5%;
|
||||||
background: transparent;
|
background: rgba(0,0,0,0.5);
|
||||||
--modal-gray: #0e0f0e;
|
--modal-gray: #0e0f0e;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -19,6 +19,7 @@
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
clear: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modalText {
|
.modalText {
|
||||||
@ -34,7 +35,8 @@
|
|||||||
width: 2em;
|
width: 2em;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
margin-bottom: 10px;
|
margin-top: -3em;
|
||||||
|
margin-bottom: 1em;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box !important;
|
||||||
--repl-color: #188a18;
|
--repl-color: #188a18;
|
||||||
--repl-color-link: #2ac02a;
|
--repl-color-link: #2ac02a;
|
||||||
--repl-color-hint: #092909;
|
--repl-color-hint: #092909;
|
||||||
|
Loading…
Reference in New Issue
Block a user