summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/common.scss22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/styles/common.scss b/src/styles/common.scss
index cc4d2d9..1408c86 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -137,11 +137,25 @@
.asw-dialog {
padding: 0;
.el-dialog__header {
- padding: 12px 20px;
- font-size: 16px;
- color: var(--text);
- font-weight: 600;
+ display: flex;
+ align-items: center;
+ height: 50px;
+ padding: 0 20px;
border-bottom: 1px solid var(--border);
+ .el-dialog__title {
+ font-size: 18px;
+ color: var(--text);
+ font-weight: 600;
+ }
+ .el-dialog__headerbtn {
+ height: 50px;
+ width: 20px;
+ margin-right: 20px;
+ .el-dialog__close {
+ color: var(--el-text-color-primary);
+ transform: scale(1.5, 1.5);
+ }
+ }
}
.el-dialog__body {
padding: 0 20px;