Browse Source

Header uses border color

pull/2034/head
jlukic 9 years ago
parent
commit
6aee3becc9
1 changed files with 1 additions and 1 deletions
  1. 2
      src/themes/default/elements/header.variables

2
src/themes/default/elements/header.variables

@ -95,7 +95,7 @@
@iconHeaderFirstMargin: 0em;
/* Divided */
@dividedBorder: 1px solid rgba(0, 0, 0, 0.1);
@dividedBorder: 1px solid @borderColor;
@dividedColoredBorderWidth: 2px;
@dividedBorderPadding: 0.25rem;

Loading…
Cancel
Save