@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.snip1294 {
  position: relative;
  font-size: 27px;
  background-color: white;
  color: grey;
  width: 37px;
  margin: 10px;
  height: 37px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1294:after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  background: #f39c12;
  content: '';
  z-index: -1;
  -webkit-transform: rotate(7deg) scale(0.8);
  transform: rotate(7deg) scale(0.8);
}
.snip1294:before,
.snip1294:after {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.snip1294:hover,
.snip1294:active,
.snip1294.hover {
  color: #186df7;
  text-shadow: 0.5px 2.5px 2.5px grey);
}
.snip1294:hover:after,
.snip1294:active:after,
.snip1294.hover:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}