@izosa/website-call
v0.6.1
Published
<table> <tr> <td><img src="https://www.static.izosa.com/website/logo.svg" width="100" height="100"></td> <td> <h2> Call</h2> Website component for call button</td> </tr> </table>
Downloads
11
Readme
Properties
<website-call [url]="'+3598888888888'"></website-call>
CSS Properties
website-call{
$background: #ee9012;
--background: #{$background};
--background-hover: #{darken($background, 5%)};
--background-shadow: #{rgba($background, 0.3)};
--color: #ffffff;
--margin: 1.25rem;
--size: 3.75rem;
--animation-duration: 2s;
--animation-repeat: 5;
--animation-delay: 2s;
}