本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
ajay
/
stringere-frontend
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
added common heading styles
master
Ajay S
3 年之前
父節點
83a83b6ed7
當前提交
45dc7b2c9b
共有
3 個檔案被更改
,包括
18 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
src/App.scss
+1
-2
src/App.tsx
+17
-0
src/common/styles/global.scss
src/App.module.scss → src/App.scss
查看文件
+ 1
- 2
src/App.tsx
查看文件
@@ -1,10 +1,9 @@
import React from 'react';
import
styles from
'./App
.module
.scss';
import './App.scss';
function App() {
return (
<div>
</div>
);
}
+ 17
- 0
src/common/styles/global.scss
查看文件
@@ -7,4 +7,21 @@
margin: 0;
box-sizing: border-box;
font-size: 62.5%;
}
header,
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
margin: 0;
color: var(--heading-color);
font-size: 2rem;
}
.taskText {
font-size: 1.5rem;
}
Write
Preview
Loading…
取消
儲存