JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "util.hover.scss"

Full Path: /var/www/lionsclub/assets/dashboard/css/scss/util.hover.scss
File size: 357 bytes
MIME-type: text/plain
Charset: utf-8

.hover-action{
  display: none;    
}
.hover-rotate{
  @include transition(all .2s ease-in-out .1s)
}
.hover-anchor:hover,
.hover-anchor:focus,
.hover-anchor:active{
  .hover-action{
    display: inherit;
  }
  .hover-rotate{
    @include rotate(45deg)
  }
}

.hover-top:hover,
.hover-top:focus{
	position: relative;
	z-index: 1000;
}