aboutsummaryrefslogtreecommitdiff
path: root/web/style/layout.css
diff options
context:
space:
mode:
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";