summaryrefslogtreecommitdiff
path: root/openstack_dashboard
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-01 04:55:44 +0000
committerGerrit Code Review <review@openstack.org>2018-02-01 04:55:44 +0000
commit1443e6529f8bb805b8ba73445085cadd96a1ec81 (patch)
tree73e9a2e2d950adc474c14fcf33fe2aadcea6b12d /openstack_dashboard
parentb44d04a6320205aead8474766ff24441848e9d45 (diff)
parent735e45855b630adf24aa3aa81f017e5383cf05e3 (diff)
downloadhorizon-1443e6529f8bb805b8ba73445085cadd96a1ec81.tar.gz
Merge "font for transfer table heading enlarged"
Diffstat (limited to 'openstack_dashboard')
-rw-r--r--openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss b/openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss
index 8999605ec..732a62e6c 100644
--- a/openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss
+++ b/openstack_dashboard/static/dashboard/scss/components/_transfer_tables.scss
@@ -4,8 +4,14 @@
}
.transfer-heading{
- @extend h5;
- font-size: $font-size-h5;
+ @extend h4;
+ font-size: $font-size-h4;
+
+ .help-text{
+ @extend h5;
+ font-size: $font-size-h5;
+
+ }
}
.transfer-section {