Closed andrewtpham closed 2 years ago
Is your feature request related to a problem? Please describe. We would like a new outline button that can be used in a few different places in Metrics This is the normal state:
color: `$heading-grey` border-color: `$light-body-grey` border-radius: 25px; padding: 10px 25px;
These are the :hover and :active states:
:hover
:active
color: `$primary-color` border-color: `$primary-color` border-radius: 25px; padding: 10px 25px;
example button that redirects to a new page:
example button
example when a checkbox is selected the :active state of a h-select will appear
h-select
This will be used in the metrics app as a secondary button
metrics
Is your feature request related to a problem? Please describe. We would like a new outline button that can be used in a few different places in Metrics This is the normal state:
These are the
:hover
and:active
states:example button that redirects to a new page:
example button
example when a checkbox is selected the
:active
state of ah-select
will appearThis will be used in the
metrics
app as a secondary button