/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17/07/2020, 10:24:50
    Author     : Nicolas Guzman
*/
#wp-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999; }
  #wp-button a {
    text-align: center;
    display: block;
    height: 58px;
    width: 58px;
    padding: 5px;
    background: #35D451;
    background-image: linear-gradient(#35D451, #2bab41);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
    border-radius: 50%; }
    #wp-button a i {
      color: white;
      font-size: 38px;
      line-height: 38px; }
  #wp-button a:hover {
    background: #2bab41;
    background-image: linear-gradient(#2bab41, #35D451); }

/*# sourceMappingURL=wp-button.css.map */
