#ONTRAPAGEZ-665

#comment Force all ontrapagez landing page buttons to have cursor: pointer
This commit is contained in:
lorenzo 2015-07-16 13:25:13 -07:00
parent 4671019e20
commit cc1f474c28

View File

@ -123,6 +123,7 @@ buttons
-ms-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
cursor: pointer;
}
.button-style:hover {
opacity: .9;