added hover
This commit is contained in:
parent
a1932bb4d5
commit
23704249a8
@ -155,12 +155,43 @@ box-shadow: none;
|
|||||||
background-color: rgba(0,0,0,.0) !important;
|
background-color: rgba(0,0,0,.0) !important;
|
||||||
box-shadow: 0px 0px 0px 0px #ffffff00, 0px 0px 0px 0px #ffffff00, 10px 0px 10px 0px #ffffff00, -10px 0px 10px 2px #ffffff00 !important;
|
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 {
|
.col-lg-4 {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
margin: 1rem .1rem 1.5rem 1rem !important;
|
margin: 1rem .1rem 1.5rem 1rem !important;
|
||||||
width: 9rem !important;
|
width: 9rem !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
.col-lg-4:hover {
|
||||||
|
background-color: hsla(0,0%,100%,.08) !important;
|
||||||
|
margin: 1rem .1rem 1.5rem 1rem !important;
|
||||||
|
width: 9rem !important;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
.servicetile, .servicetile:hover, .servicetile:focus {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: none !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
outline: 0;
|
||||||
|
font-weight: inherit !important;
|
||||||
|
-webkit-transition: none !important;
|
||||||
|
-moz-transition: none !important;
|
||||||
|
-ms-transition: none !important;
|
||||||
|
-o-transition: none !important;
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
|
.servicetile {
|
||||||
|
color: #ffffff;
|
||||||
|
text-shadow: none !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
outline: 0;
|
||||||
|
font-weight: inherit !important;
|
||||||
|
-webkit-transition: none !important;
|
||||||
|
-moz-transition: none !important;
|
||||||
|
-ms-transition: none !important;
|
||||||
|
-o-transition: none !important;
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
#clock {
|
#clock {
|
||||||
background-color: rgba(0,0,0,.15) !important;
|
background-color: rgba(0,0,0,.15) !important;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user