|
@@ -21,11 +21,11 @@
|
|
|
--n-height: 37px !important;
|
|
|
height: 37px;
|
|
|
padding: 0 24px;
|
|
|
- font-size: max(18px, 14px);
|
|
|
+ font-size: max(18px, 13Px);
|
|
|
color: rgba(0, 0, 0, .6);
|
|
|
|
|
|
&.n-button--primary-type {
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: bold !important;
|
|
|
color: #fff;
|
|
|
}
|
|
|
}
|
|
@@ -47,13 +47,18 @@
|
|
|
|
|
|
.n-button {
|
|
|
height: 32px;
|
|
|
- font-size: max(17px, 13px);
|
|
|
+ font-size: max(17px, 12Px);
|
|
|
border-radius: 8px;
|
|
|
color: rgba(0, 0, 0, 0.6);
|
|
|
}
|
|
|
|
|
|
.n-button--primary-type {
|
|
|
+ font-weight: 400 !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .n-button--primary-type {
|
|
|
color: #131415;
|
|
|
+ font-weight: bold !important;
|
|
|
background-color: #D2ECFF !important;
|
|
|
}
|
|
|
}
|
|
@@ -69,7 +74,7 @@
|
|
|
right: 0px;
|
|
|
width: 360px;
|
|
|
height: 42px;
|
|
|
- font-size: 16px;
|
|
|
+ font-size: max(18px, 13Px);
|
|
|
--n-height: 42px !important;
|
|
|
|
|
|
img {
|
|
@@ -86,7 +91,7 @@
|
|
|
|
|
|
.n-button {
|
|
|
height: 34px;
|
|
|
- font-size: 15px;
|
|
|
+ font-size: max(16px, 12Px);
|
|
|
font-weight: 500;
|
|
|
width: auto;
|
|
|
}
|
|
@@ -108,7 +113,7 @@
|
|
|
--n-height: 37px !important;
|
|
|
height: 37px;
|
|
|
border-radius: 8px;
|
|
|
- font-size: 18px;
|
|
|
+ font-size: max(18px, 13Px);
|
|
|
background-color: #E8F4FF;
|
|
|
color: #0378EC;
|
|
|
|