summaryrefslogtreecommitdiff
path: root/openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss')
-rw-r--r--openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss b/openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss
index 6769911c3..b1ea3e79d 100644
--- a/openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss
+++ b/openstack_dashboard/themes/material/static/horizon/components/_radiobuttons.scss
@@ -15,6 +15,7 @@
font-size: $font-size-h5;
line-height: $font-size-h5;
vertical-align: middle;
+ content: "\F43D";
}
}
@@ -24,6 +25,7 @@
&:before {
color: $brand-primary;
+ content: "\F43E";
}
}
}