Remove Horizon scss variables: $code-font-family

There are many variables inside of
openstack_dashboard/static/dashboard/scss/_variables.scss that are
unnecessary or actually prohibit themability. These should be removed.

partial-bug: #1551492

Change-Id: I98bc0f37b5e622ce2206bff6a0465c8a78692b3a
This commit is contained in:
Diana Whitten 2016-02-29 18:14:16 -07:00
parent 347023f35a
commit 055b83bdaf
3 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
textarea {
width: 100%;
height: 20em;
font-family: $code-font-family;
font-family: $font-family-monospace;
}
.btn-file {

View File

@ -17,7 +17,7 @@
}
textarea {
font-family: $code-font-family;
font-family: $font-family-monospace;
}
}

View File

@ -6,7 +6,6 @@ $static_url: "/static/" !default;
/* Horizon Custom Variables */
$code-font-family: Menlo, Monaco, Consolas, 'Courier New' !default;
$main-content-min-width: 900px !default;
$sidebar-width: 220px !default;
$border-color: #dddddd !default;