이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
ajay
/
stringere-frontend
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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;
}
쓰기
미리보기
불러오는 중...
취소
저장