Projet

Général

Profil

Télécharger (472 octets) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / fanstatic / templates.t3_bs3_blank.less.plugins.hover.less.css @ 09227997

1
.grow {
2
  display: inline-block;
3
  -webkit-transition-duration: 0.3s;
4
  transition-duration: 0.3s;
5
  -webkit-transition-property: -webkit-transform;
6
  transition-property: transform;
7
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
8
  -webkit-transform: translateZ(0);
9
  -ms-transform: translateZ(0);
10
  transform: translateZ(0);
11
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
12
}
13
.grow:hover {
14
  -webkit-transform: scale(1.1);
15
  -ms-transform: scale(1.1);
16
  transform: scale(1.1);
17
}
(17-17/21)