💄 add @page-header-back-color less variable (#18887)

close #18869
This commit is contained in:
He Linming 2019-09-19 09:47:16 +08:00 committed by Amumu
parent 88cf4d5b7f
commit a5bb161bb0
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@
line-height: 1;
&-button {
.operation-unit();
color: #000;
color: @page-header-back-color;
cursor: pointer;
}
}

View File

@ -566,6 +566,7 @@
@page-header-padding: 24px;
@page-header-padding-vertical: 16px;
@page-header-padding-breadcrumb: 12px;
@page-header-back-color: #000;
// Breadcrumb
// ---