Просмотр исходного кода

added common heading styles

master
Ajay S 3 лет назад
Родитель
Сommit
45dc7b2c9b
3 измененных файлов: 18 добавлений и 2 удалений
  1. +0
    -0
      src/App.scss
  2. +1
    -2
      src/App.tsx
  3. +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;
}

Загрузка…
Отмена
Сохранить