Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
ajay
/
stringere-frontend
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
added common heading styles
master
Ajay S
hace 3 años
padre
83a83b6ed7
commit
45dc7b2c9b
Se han
modificado 3 ficheros
con
18 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-0
src/App.scss
+1
-2
src/App.tsx
+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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar