mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Purdy Add Notifications
This commit is contained in:
parent
8dee1e00e5
commit
ff29ab9150
6 changed files with 38 additions and 7 deletions
24
UI/Settings/Notifications/notifications.less
Normal file
24
UI/Settings/Notifications/notifications.less
Normal file
|
@ -0,0 +1,24 @@
|
|||
@import "../../shared/Styles/card.less";
|
||||
|
||||
.add-notification-item {
|
||||
.card;
|
||||
cursor: pointer;
|
||||
font-size: 24px;
|
||||
font-weight: lighter;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.notifications {
|
||||
text-align: center;
|
||||
|
||||
.items {
|
||||
list-style-type: none;
|
||||
margin: 0px;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue