aboutsummaryrefslogtreecommitdiff
path: root/web/style/layout.css
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-10-29 20:56:02 +0100
committermetamuffin <metamuffin@disroot.org>2023-10-29 20:58:24 +0100
commit9ac41109362dc118f1dbd2e86e9c8d64fd7364e9 (patch)
tree8616781bea42dca692f7a1da0eb0ed5b98cc90f1 /web/style/layout.css
parent9a9dbc6b86d1ab76777eb9df612c36c8536e574c (diff)
downloadjellything-9ac41109362dc118f1dbd2e86e9c8d64fd7364e9.tar
jellything-9ac41109362dc118f1dbd2e86e9c8d64fd7364e9.tar.bz2
jellything-9ac41109362dc118f1dbd2e86e9c8d64fd7364e9.tar.zst
Add more icons
Signed-off-by: metamuffin <metamuffin@disroot.org>
Diffstat (limited to 'web/style/layout.css')
-rw-r--r--web/style/layout.css29
1 files changed, 27 insertions, 2 deletions
diff --git a/web/style/layout.css b/web/style/layout.css
index 1369cf5..9f2d51c 100644
--- a/web/style/layout.css
+++ b/web/style/layout.css
@@ -143,10 +143,35 @@ footer p {
font-size: 0.8em;
}
-.material-icons, .cardhover.item .play, .page.node .title .play::before {
- content: "face";
+#admin::before {
+ content: "admin_panel_settings";
+}
+
+#settings::before {
+ content: "settings";
+}
+
+#logout::before {
+ content: "logout";
+}
+
+#login::before {
+ content: "login";
+}
+
+#back::before {
+ content: "arrow_back";
+}
+
+.icon::before {
+ margin-right: 0.2em;
+}
+
+.material-icons, .cardhover.item .play, .page.node .title .play::before, .icon::before {
font-family: "Material Icons";
line-height: 1;
+ font-size: 1.1em;
+ vertical-align: text-bottom;
display: inline-block;
text-rendering: optimizeLegibility;
font-feature-settings: "liga";