|
|
@@ -102,9 +102,9 @@ img {
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
gap: 16px;
|
|
|
- min-height: 70px;
|
|
|
- padding-top: 10px;
|
|
|
- padding-bottom: 10px;
|
|
|
+ height: 70px;
|
|
|
+ padding-top: 0;
|
|
|
+ padding-bottom: 0;
|
|
|
background: #fff;
|
|
|
}
|
|
|
|
|
|
@@ -121,8 +121,17 @@ img {
|
|
|
}
|
|
|
|
|
|
.figma-logo-text {
|
|
|
- width: 151px;
|
|
|
- height: auto;
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ color: var(--green);
|
|
|
+ font-family: 'Momo Trust Sans', 'Microsoft YaHei', Arial, sans-serif;
|
|
|
+ font-size: 31px;
|
|
|
+ font-style: italic;
|
|
|
+ font-weight: 790;
|
|
|
+ line-height: 1;
|
|
|
+ letter-spacing: -0.03em;
|
|
|
+ transform: skewX(-10deg);
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.header-actions {
|
|
|
@@ -932,20 +941,30 @@ img {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+ gap: 12px;
|
|
|
min-height: 77px;
|
|
|
margin-bottom: 8px;
|
|
|
}
|
|
|
|
|
|
.login-modal__brand-image {
|
|
|
- width: 71px;
|
|
|
- height: 70px;
|
|
|
- object-fit: cover;
|
|
|
+ width: 44px;
|
|
|
+ height: 44px;
|
|
|
+ object-fit: contain;
|
|
|
+ flex: 0 0 auto;
|
|
|
}
|
|
|
|
|
|
-.login-modal__brand-group {
|
|
|
- width: 196px;
|
|
|
- height: auto;
|
|
|
- margin-left: -20px;
|
|
|
+.login-modal__brand-text {
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ color: var(--green);
|
|
|
+ font-family: 'Momo Trust Sans', 'Microsoft YaHei', Arial, sans-serif;
|
|
|
+ font-size: 31px;
|
|
|
+ font-style: italic;
|
|
|
+ font-weight: 790;
|
|
|
+ line-height: 1;
|
|
|
+ letter-spacing: -0.03em;
|
|
|
+ transform: skewX(-10deg);
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.login-modal__title {
|
|
|
@@ -1171,9 +1190,9 @@ img {
|
|
|
.figma-header {
|
|
|
position: relative !important;
|
|
|
z-index: 3 !important;
|
|
|
- min-height: 70px !important;
|
|
|
- padding-top: 10px !important;
|
|
|
- padding-bottom: 10px !important;
|
|
|
+ height: 70px !important;
|
|
|
+ padding-top: 0 !important;
|
|
|
+ padding-bottom: 0 !important;
|
|
|
background: #fff !important;
|
|
|
}
|
|
|
|
|
|
@@ -1243,6 +1262,7 @@ img {
|
|
|
}
|
|
|
@media (max-width: 768px) {
|
|
|
.figma-header {
|
|
|
+ height: 64px !important;
|
|
|
min-height: 64px !important;
|
|
|
}
|
|
|
|