added box shadow
This commit is contained in:
parent
118f8fb65e
commit
09963616d9
@ -54,7 +54,8 @@ body {
|
||||
margin-right: 10px;
|
||||
margin-left: 20px;
|
||||
position: relative;
|
||||
border-top: 1px dashed #d81159;;
|
||||
|
||||
/*border-top: 1px dashed #d81159;*/
|
||||
}
|
||||
.media_area {
|
||||
margin-top: 10px;
|
||||
@ -137,6 +138,9 @@ svg{
|
||||
margin-top: 10px;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
box-shadow: 12px 2px 10px 0px #d81159;
|
||||
|
||||
/*border-top: 2px solid #d81159;*/
|
||||
}
|
||||
path{
|
||||
fill: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user