Selaa lähdekoodia

added common heading styles

master
Ajay S 3 vuotta sitten
vanhempi
commit
45dc7b2c9b
3 muutettua tiedostoa jossa 18 lisäystä ja 2 poistoa
  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 Näytä tiedosto


+ 1
- 2
src/App.tsx Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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;
}

Ladataan…
Peruuta
Tallenna