faded image edges
This commit was merged in pull request #33.
This commit is contained in:
@@ -3049,16 +3049,16 @@ p {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
z-index: 15;
|
||||
//background-color: #fbf4fe;
|
||||
/* background-color: #fbf4fe; */
|
||||
}
|
||||
.wrench-on-area .traffic-thumb {
|
||||
/* .wrench-on-area .traffic-thumb {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 42%;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
} */
|
||||
/* @media (max-width: 767px) {
|
||||
.wrench-on-area .traffic-thumb {
|
||||
display: none;
|
||||
}
|
||||
@@ -3067,11 +3067,12 @@ p {
|
||||
.wrench-on-area .traffic-thumb {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
.withFadeEdge{
|
||||
border-radius: 10px 10px 10px 10px;
|
||||
box-shadow: inset 0 0 15px 25px white;
|
||||
/* box-shadow: inset 0 0 15px 25px white; */
|
||||
box-shadow: 0 0 10px 20px #fff inset;
|
||||
}
|
||||
/*===========================
|
||||
6.APPIE TRAFFICE css
|
||||
|
||||
Reference in New Issue
Block a user