aboutsummaryrefslogtreecommitdiff
path: root/src/app/css
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-06-12 16:55:28 +0200
committer0neGal <mail@0negal.com>2022-06-12 16:55:28 +0200
commit3d9b35ac675fb942c1fcbc9eb81cc44e3dbeaee3 (patch)
tree6cac5b7ecfe5a6837a9b0a761e466bab227bfd5d /src/app/css
parentd78c28b6b07de0a4a43a484a4c8baf558596b335 (diff)
downloadViper-3d9b35ac675fb942c1fcbc9eb81cc44e3dbeaee3.tar.gz
Viper-3d9b35ac675fb942c1fcbc9eb81cc44e3dbeaee3.zip
added icons to the settings popup
Only on the titles, putting them only on the options or on both the title and options would be far too much, just the title is perfect.
Diffstat (limited to 'src/app/css')
-rw-r--r--src/app/css/popups.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/app/css/popups.css b/src/app/css/popups.css
index bff7d07..59f6630 100644
--- a/src/app/css/popups.css
+++ b/src/app/css/popups.css
@@ -350,4 +350,18 @@
background: rgb(var(--red));
}
+.title {
+ display: flex;
+}
+
+.title img {
+ width: 30px;
+ height: 30px;
+ margin: auto 0;
+}
+
+.title h2 {
+ margin-left: calc(var(--padding) / 3);
+}
+
/* } */