thema chooser
[redakcja.git] / src / redakcja / static / css / dialogs.scss
diff --git a/src/redakcja/static/css/dialogs.scss b/src/redakcja/static/css/dialogs.scss
new file mode 100644 (file)
index 0000000..d19d874
--- /dev/null
@@ -0,0 +1,49 @@
+.dialog {
+       display: none;
+       padding: 5px;
+       text-align: left;
+       cursor: auto;
+       background-color: #E1E1E1; /* #e0ffb8; */
+}
+
+.dialog .help_text {
+       font-size: 11px;
+       color: #2e3536;
+}
+
+.dialog .action_area {
+       padding: 1em 0.5em 0.5em;
+       border-top: 1px solid black;
+       margin-top: 0.5em;
+}
+
+.dialog p {
+       margin: 0.5em;
+}
+
+*[data-ui-error-for] {
+       color: red;
+       font-weight: bold;
+}
+
+#save_dialog textarea, #revert_dialog textarea {
+       width: 90%;
+       margin: 0.2em 4%;
+}
+
+
+
+#meta-chooser {
+    .form-check {
+        margin: 1em;
+    }
+    .meta-chooser_toggle {
+        position: absolute;
+        top: 1.5em;
+        left: 0;
+        cursor: pointer;
+    }
+    .name {
+        font-weight: bold;
+    }
+}