mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
added boxshadow to main regions/ series overview.
This commit is contained in:
parent
53db90e19a
commit
45c7a99439
4 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,6 @@
|
|||
body {
|
||||
@import "../shared/styles/card";
|
||||
|
||||
body {
|
||||
background-color : #1c1c1c;
|
||||
background-image : url('../content/images/pattern.png');
|
||||
margin-bottom : 100px;
|
||||
|
@ -66,14 +68,12 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
|
|||
}
|
||||
|
||||
.page {
|
||||
.card(#AAAAAA);
|
||||
width : 1210px;
|
||||
min-width : 1210px;
|
||||
margin : auto;
|
||||
background-color : #ffffff;
|
||||
border-radius : 6px;
|
||||
margin-top : -70px;
|
||||
padding : 20px 0px;
|
||||
box-shadow : 0 0 6px rgba(0, 0, 0, 0.1);
|
||||
.header {
|
||||
padding-bottom : 10px;
|
||||
margin-bottom : 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue