Add a little contrast between the wrench and progress bar

This commit is contained in:
Robin Ward 2017-06-26 12:32:01 -04:00
parent eee00b5bb5
commit c6408550cd
1 changed files with 2 additions and 1 deletions

View File

@ -24,11 +24,12 @@
#topic-progress-wrapper { #topic-progress-wrapper {
.topic-admin-menu-button-container { .topic-admin-menu-button-container {
position: relative; position: relative;
right: 37px; right: 38px;
top: 35px; top: 35px;
.widget-button { .widget-button {
height: 35px; height: 35px;
border-right: 1px solid dark-light-diff($primary, $secondary, 80%, -70%);
} }
} }