Refactor some scss code

Moving `.quota-heading` css class from _network_topology.scss
to horizon.scss where similar classes live.

Change-Id: If992a061b2db2d57c111ae5a8efe08c4fe081dea
This commit is contained in:
jingliuqing 2015-06-01 18:40:22 +08:00 committed by David Lyle
parent 8ae838c836
commit 2d0dd31936
2 changed files with 7 additions and 7 deletions

View File

@ -223,10 +223,3 @@
position: absolute;
top: -100px;
}
.quota-heading {
font-family: anivers;
font-weight: normal;
font-size: 24px;
margin-bottom: 10px;
}

View File

@ -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;