|
@@ -1,6 +1,6 @@
|
|
|
.headerTitle {
|
|
|
-
|
|
|
-
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
font-weight: 600;
|
|
|
font-size: max(18px, 14Px);
|
|
|
color: #000000;
|
|
@@ -10,8 +10,8 @@
|
|
|
border-bottom: 1px solid #F0F0F0;
|
|
|
|
|
|
.iconBook {
|
|
|
- width: 14px;
|
|
|
- height: 19px;
|
|
|
+ width: 14Px;
|
|
|
+ height: 19Px;
|
|
|
margin-right: 5px;
|
|
|
flex-shrink: 0;
|
|
|
background: url('../../../images/icon-book.png') no-repeat center;
|
|
@@ -60,6 +60,7 @@
|
|
|
--n-rail-height: 20Px !important;
|
|
|
--n-button-width-pressed: 16Px !important;
|
|
|
--n-button-height: 16Px !important;
|
|
|
+ --n-button-width: 16Px !important;
|
|
|
--n-rail-color: #CCCCCC !important;
|
|
|
--n-rail-color-active: #2089FF !important;
|
|
|
}
|