background-color: #db1f5d;
border-color: #af194a;
color: #FFFFFF;
- border-radius: 10px;
+ border-radius: 3px;
transition: background-color 300ms ease-out; }
#glm-event-wrapper #glm-events-search-form .button:hover, #glm-event-wrapper #glm-events-search-form .button:focus {
background-color: #af194a; }
// Background color. We can set $bg:false for a transparent background. Default: $primary-color.
$pink,
// If true, set to button radius which is $global-radius or explicitly set radius amount in px (ex. $radius:10px). Default:false.
- 10px,
+ 3px,
// We can set $full-width:true to remove side padding extend width. Default:false
false,
// We can set $disabled:true to create a disabled transparent button. Default:false