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