Skip to content

Commit

Permalink
increase contrast for labels, vertical tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
briancwald committed Jan 19, 2018
1 parent 522f3d1 commit 7aff689
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/maps/material_admin.css.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions css/material_admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions scss/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ $global-weight-bold: bold;
$global-radius: 0;
$global-text-direction: ltr;

// input label (override default)
$input-border-color: color($utility, 'darken-1');

// 2. Vertical Rhythm
// 3. Card
$card-xs-height: 150px;
Expand Down
4 changes: 2 additions & 2 deletions scss/base/overrides/_vertical-tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
position: relative;
z-index: 2;
margin-right: 0;
border-right: 3px solid color($utility, 'base');
border-right: 3px solid color($utility, 'darken-2');
padding-right: 0 !important;
width: 100%;
;
Expand All @@ -35,7 +35,7 @@
width: 100%;
text-transform: uppercase;
text-decoration: none;
color: color($utility, 'base');
color: color($utility, 'darken-2');
strong {
letter-spacing: .5px;
font-weight: normal;
Expand Down

0 comments on commit 7aff689

Please sign in to comment.