优化弹窗和后台设置字体
This commit is contained in:
@@ -338,6 +338,20 @@
|
||||
max-width: 720px;
|
||||
}
|
||||
|
||||
/* ========== Button Enhancements ========== */
|
||||
.el-button--primary {
|
||||
font-weight: 700 !important;
|
||||
--el-button-text-color: #ffffff;
|
||||
--el-button-hover-text-color: #ffffff;
|
||||
--el-button-active-text-color: #ffffff;
|
||||
}
|
||||
|
||||
.el-button--primary span {
|
||||
color: #ffffff !important;
|
||||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.eyebrow {
|
||||
margin: 0 0 8px;
|
||||
color: #4f7cff;
|
||||
@@ -349,10 +363,11 @@
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
color: #1b2559;
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
color: #0f172a;
|
||||
font-size: 32px;
|
||||
font-weight: 900;
|
||||
line-height: 1.2;
|
||||
letter-spacing: -0.5px;
|
||||
}
|
||||
|
||||
.page-header p:last-child {
|
||||
|
||||
Reference in New Issue
Block a user