From 2d0dd31936f083c78fa5582d2f9148f8e2010691 Mon Sep 17 00:00:00 2001 From: jingliuqing Date: Mon, 1 Jun 2015 18:40:22 +0800 Subject: [PATCH] Refactor some scss code Moving `.quota-heading` css class from _network_topology.scss to horizon.scss where similar classes live. Change-Id: If992a061b2db2d57c111ae5a8efe08c4fe081dea --- .../dashboard/scss/components/_network_topology.scss | 7 ------- openstack_dashboard/static/dashboard/scss/horizon.scss | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) 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 63f680c672..357fb9513f 100644 --- a/openstack_dashboard/static/dashboard/scss/horizon.scss +++ b/openstack_dashboard/static/dashboard/scss/horizon.scss @@ -1129,6 +1129,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;