diff options
author | tpart <tpart120@proton.me> | 2023-10-29 20:56:02 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2023-10-29 20:56:02 +0100 |
commit | 23f013bd97ab55da9ed2572a98717d00d9d46c49 (patch) | |
tree | 8616781bea42dca692f7a1da0eb0ed5b98cc90f1 /web/style/layout.css | |
parent | 781ae26883b9a28cbb5c94e9e086f1a5a2f7f60e (diff) | |
download | jellything-23f013bd97ab55da9ed2572a98717d00d9d46c49.tar jellything-23f013bd97ab55da9ed2572a98717d00d9d46c49.tar.bz2 jellything-23f013bd97ab55da9ed2572a98717d00d9d46c49.tar.zst |
Add more icons
Diffstat (limited to 'web/style/layout.css')
-rw-r--r-- | web/style/layout.css | 29 |
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"; |