Explorar el Código

added common heading styles

master
Ajay S hace 3 años
padre
commit
45dc7b2c9b
Se han modificado 3 ficheros con 18 adiciones y 2 borrados
  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 Ver fichero


+ 1
- 2
src/App.tsx Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar