mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Add notification card
This commit is contained in:
parent
f4e27002f9
commit
d7c70a9c91
4 changed files with 48 additions and 6 deletions
|
@ -56,4 +56,22 @@
|
|||
.settings {
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.add-card {
|
||||
.clickable;
|
||||
color: #adadad;
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
|
||||
.center {
|
||||
display: inline-block;
|
||||
padding: 0px 20px;
|
||||
padding-top: 5px;
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
i {
|
||||
.clickable;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue