Create navbar and add template globals
This commit is contained in:
parent
f491fdd9f4
commit
5f0c7883b1
5 changed files with 192 additions and 4 deletions
|
|
@ -20,4 +20,17 @@ img#header-logo {
|
|||
.dashboard-tile .feather {
|
||||
height: 42px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.user-photo {
|
||||
background-color: purple;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
border-radius: 50%;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue