aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/buttons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/buttons.scss')
-rw-r--r--ui/app/css/itcss/components/buttons.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/css/itcss/components/buttons.scss b/ui/app/css/itcss/components/buttons.scss
index 04ad056a..efd58d0b 100644
--- a/ui/app/css/itcss/components/buttons.scss
+++ b/ui/app/css/itcss/components/buttons.scss
@@ -18,7 +18,7 @@
width: 100%;
text-transform: uppercase;
outline: none;
- font-family: Roboto;
+ font-family: Overpass;
&--disabled,
&[disabled] {
@@ -171,7 +171,7 @@ button.primary {
box-shadow: 0 3px 6px rgba(247, 134, 28, 0.36);
color: $white;
font-size: 1.1em;
- font-family: Roboto;
+ font-family: Overpass;
text-transform: uppercase;
}
@@ -180,7 +180,7 @@ button.primary {
box-shadow: 0 3px 6px rgba(247, 134, 28, 0.36);
color: #585d67; // TODO: make reusable light button color
font-size: 1.1em;
- font-family: Roboto;
+ font-family: Overpass;
text-transform: uppercase;
text-align: center;
line-height: 20px;