Procedure show: add notification icon
This commit is contained in:
parent
3e93d21bf5
commit
fbd16b8c75
5 changed files with 29 additions and 11 deletions
|
@ -52,5 +52,10 @@
|
|||
color: rgba(0, 0, 0, 0.6);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.notifications {
|
||||
top: 3px;
|
||||
right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -14,6 +14,12 @@
|
|||
|
||||
i.folder {
|
||||
margin-right: $default-spacer;
|
||||
position: relative;
|
||||
|
||||
.notifications {
|
||||
top: 0px;
|
||||
right: -10px;
|
||||
}
|
||||
}
|
||||
|
||||
.number-col,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue