This website works better with JavaScript.
Home
Explore
Help
Sign In
ajay
/
stringere-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added common heading styles
master
Ajay S
3 years ago
parent
83a83b6ed7
commit
45dc7b2c9b
3 changed files
with
18 additions
and
2 deletions
Split View
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
View File
+ 1
- 2
src/App.tsx
View File
@@ -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
View File
@@ -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…
Cancel
Save