up
This commit is contained in:
@@ -3790,6 +3790,21 @@ color:#ffffff;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.services-section .service-grids a.grid {
|
||||
display: block;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
-webkit-transition: -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
|
||||
transition: transform 0.25s ease, box-shadow 0.25s ease;
|
||||
}
|
||||
|
||||
.services-section .service-grids a.grid:hover {
|
||||
-webkit-transform: translateY(-4px);
|
||||
transform: translateY(-4px);
|
||||
-webkit-box-shadow: 0px 16px 42px 0px rgba(16, 37, 65, 0.14);
|
||||
box-shadow: 0px 16px 42px 0px rgba(16, 37, 65, 0.14);
|
||||
}
|
||||
|
||||
.services-section .service-grids .grid1 {
|
||||
background-color: #fff;
|
||||
width: calc(25% - 30px);
|
||||
|
||||
Reference in New Issue
Block a user