diff --git a/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss b/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss index ba07e4c85d..8af02aadbc 100644 --- a/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss +++ b/openstack_dashboard/static/dashboard/scss/components/_network_topology.scss @@ -223,10 +223,3 @@ position: absolute; top: -100px; } - -.quota-heading { - font-family: anivers; - font-weight: normal; - font-size: 24px; - margin-bottom: 10px; -} \ No newline at end of file diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss index 3ef04fc810..11bc8b7ebc 100644 --- a/openstack_dashboard/static/dashboard/scss/horizon.scss +++ b/openstack_dashboard/static/dashboard/scss/horizon.scss @@ -1139,6 +1139,13 @@ iframe { margin-bottom: 8px; } +.quota-heading { + font-family: anivers; + font-weight: normal; + font-size: 24px; + margin-bottom: 10px; +} + .quota_title { color: $gray-light; padding-bottom: 0;