mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
added drop shadow to banner contents
This commit is contained in:
parent
e0e634d7f7
commit
bdca8e6462
@ -62,6 +62,10 @@
|
|||||||
bottom:20px;
|
bottom:20px;
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -273,7 +277,7 @@
|
|||||||
|
|
||||||
#splash-news {
|
#splash-news {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding-left:20px;
|
|
||||||
width:26%;
|
width:26%;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color:#151516 !important;
|
background-color:#151516 !important;
|
||||||
@ -287,6 +291,7 @@
|
|||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
position:relative;
|
position:relative;
|
||||||
top:20px;
|
top:20px;
|
||||||
|
padding: 0 1.5em;
|
||||||
|
|
||||||
overflow-y:scroll;
|
overflow-y:scroll;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user