Skip to content

Commit

Permalink
Update base.css with icon for account
Browse files Browse the repository at this point in the history
if logged in, this icon will be shown for login-bar element account
  • Loading branch information
vgerlach authored Oct 11, 2023
1 parent 171e7fd commit b02eda4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/layouts/opus4/css/base/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,23 +110,31 @@ a.rss img[src*="feed_small.png"],
#lang-switch a[title="Deutsch"]::before {
content: "DE";
}

#login-bar{
display: flex;
gap: 1rem;
}

#login-bar a[href*="login"i]::before {
content: "\f2f6";
}

#login-bar a[href*="logout"i]::before {
content: "\f2f5";
}

#login-bar a[href*="extern/account"i]::before {
content: "\f007";
}

#login-bar a[href*="extern/account"i]{
padding-right: 0 !important;
}

#login-bar a[href*="account" i]::before {
content: "\f2bd";
}
/* @section header */

#header>.wrapper>* {
Expand Down

0 comments on commit b02eda4

Please sign in to comment.