|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- padding: 0 clamp(6px, 1.2cqw, 12px);
|
|
|
+ padding: clamp(6px, 1.2cqw, 12px) clamp(6px, 1.2cqw, 12px);
|
|
|
}
|
|
|
|
|
|
.dialog-header.not-title {
|
|
|
@@ -382,8 +382,8 @@ export default {
|
|
|
|
|
|
.title {
|
|
|
color: #ffffff;
|
|
|
- font-size: clamp(10px, 2cqw, 18px);
|
|
|
- font-weight: 600;
|
|
|
+ font-size: clamp(14px, 2cqw, 18px);
|
|
|
+ font-weight: 500;
|
|
|
letter-spacing: 1px;
|
|
|
}
|
|
|
|
|
|
@@ -395,6 +395,7 @@ export default {
|
|
|
font-weight: 300;
|
|
|
opacity: 0.8;
|
|
|
transition: all 0.2s;
|
|
|
+ margin-left:clamp(10px, 2cqw, 15px);
|
|
|
}
|
|
|
|
|
|
.close-btn:hover {
|