1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00
This commit is contained in:
GilbN 2019-01-17 21:43:05 +01:00
parent b98549dcc3
commit aec4405de6
2 changed files with 13 additions and 0 deletions

View File

@ -162,6 +162,13 @@ box-shadow: none;
width: 9rem !important;
box-shadow: none;
}
/*Service tile*/
.col-lg-4 {
background-color: rgba(0,0,0,.15) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.col-lg-4:hover {
background-color: hsla(0,0%,100%,.08) !important;
margin: 1rem .1rem 1.5rem 1rem !important;

View File

@ -70,6 +70,12 @@ box-shadow: none;
box-shadow: 0px 0px 0px 0px #ffffff00, 0px 0px 0px 0px #ffffff00, 10px 0px 10px 0px #ffffff00, -10px 0px 10px 2px #ffffff00 !important;
}
/*Service tile*/
.col-lg-4 {
background-color: rgba(0,0,0,.15) !important;
margin: 1rem .1rem 1.5rem 1rem !important;
width: 9rem !important;
box-shadow: none;
}
.col-lg-4:hover {
background-color: hsla(0,0%,100%,.08) !important;
margin: 1rem .1rem 1.5rem 1rem !important;