This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
ajay
/
stringere-frontend
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
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…
Откажи
Сачувај