aboutsummaryrefslogtreecommitdiff
path: root/styles/ui.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/ui.css')
-rw-r--r--styles/ui.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/styles/ui.css b/styles/ui.css
index efc96b7..55b24e2 100644
--- a/styles/ui.css
+++ b/styles/ui.css
@@ -70,3 +70,13 @@
width: 392px;
}
+.dialogbox > .title {
+ margin-bottom: var(--spacing-large);
+}
+
+.dialogbox .icon.close {
+ top: 25px;
+ right: 25px;
+ cursor: pointer;
+}
+