Skip to content

Commit

Permalink
docs: 移除已失效的订阅邮箱功能 (#12212)
Browse files Browse the repository at this point in the history
* fix(docs): 修复暗色模式下订阅邮箱输入框看不清文本的问题

* fix(docs): 移除了已失效的订阅邮箱功能
  • Loading branch information
liujiayii authored Mar 19, 2024
1 parent 8bfd4c7 commit c25493e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 83 deletions.
23 changes: 0 additions & 23 deletions docs/.dumi/components/Footer/NewsLetterForm.tsx

This file was deleted.

56 changes: 0 additions & 56 deletions docs/.dumi/components/Footer/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,62 +34,6 @@
}
}

.right {
min-width: 400px;
font-size: 16px;
.copyright {
font-size: 14px;
color: #8996a1;
line-height: 22px;
margin-top: 24px;
}
}
}
}
}

.news_letter {
font-size: 18px;
margin-bottom: 14px;

:global {
h2 {
font-size: 18px;
font-weight: 400;
}
input {
background: #ffffff;
border: 1px solid #bac1c8;
width: 180px;
font-size: 14px;
height: 28px;
line-height: 28px;
padding: 0 4px;
}

button {
font-size: 14px;
color: #ffffff;
margin-left: 14px;
background-image: linear-gradient(
224deg,
#0071da 0%,
#1890ff 100%,
#1890ff 100%
);
height: 28px;
line-height: 28px;
padding: 0 10px;
border: none;
}

button:hover {
background-image: linear-gradient(
224deg,
#48a4fe 0%,
#6fbafe 100%,
#8dc9ff 100%
);
}
}
}
4 changes: 0 additions & 4 deletions docs/.dumi/components/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Link } from 'umi';
import styles from './index.less';
import { NewsLetterForm } from './NewsLetterForm';

export const Footer = () => {
return (
Expand Down Expand Up @@ -40,9 +39,6 @@ export const Footer = () => {
</div>
</div>
</div>
<div className="right">
<NewsLetterForm />
</div>
</div>
</div>
);
Expand Down

0 comments on commit c25493e

Please sign in to comment.