]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/static/css/style.scss
add embed soundfile dialog
[panikweb-esperanzah.git] / panikweb_esperanzah / static / css / style.scss
index c90962232f3e2a3fdbc9585abc095dfb7860245b..08ada9fe4d4b629d6cff384a1f7b202786b78795 100644 (file)
@@ -1443,6 +1443,7 @@ div.topikcellcontent h2 {
 div#dialog-background {
        display: flex;
 }
+
 div#dialog-embed {
        position: relative;
        background: white;
@@ -1451,16 +1452,20 @@ div#dialog-embed {
        text-align: left;
        padding: 1ex;
        color: black;
-}
+       textarea {
+               width: 100%;
+               max-width: none;
+       }
 
-div#dialog-embed textarea {
-       width: 100%;
-       max-width: none;
-}
+       #close-button {
+               position: absolute;
+               right: 1ex;
+       }
 
-div#dialog-embed #close-button {
-       position: absolute;
-       right: 1ex;
+       h2, h3 {
+               margin: 0;
+               font-size: 1.6rem;
+       }
 }
 
 body#embed {