@salla.sa/twilight-components
Version:
Salla Web Component
12 lines • 298 B
CSS
/*
* Salla Login Component: login popup modal
* You can use these classes to target the elements in the component.
*/
iframe {
-moz-transition: height 0.3s;
-ms-transition: height 0.3s;
-o-transition: height 0.3s;
-webkit-transition: height 0.3s;
transition: height 0.3s;
width: 100%;
}