0
0
Fork 0

Redesign extended information page (#4322)

* Redesign extended information page

* Remove unused keys

* Add $ui-base-lighter-color variable to SCSS
This commit is contained in:
Eugen Rochko 2017-07-24 15:09:08 +02:00 committed by GitHub
parent 117eb3b2bc
commit 2374d63536
37 changed files with 220 additions and 261 deletions

View file

@ -32,7 +32,7 @@ code {
line-height: 18px;
margin-top: 15px;
margin-bottom: 0;
color: lighten($ui-base-color, 26%);
color: $ui-base-lighter-color;
a {
color: $ui-primary-color;
@ -308,7 +308,7 @@ code {
padding: 7px 4px;
padding-bottom: 9px;
font-size: 16px;
color: lighten($ui-base-color, 26%);
color: $ui-base-lighter-color;
font-family: inherit;
pointer-events: none;
cursor: default;