add styles to devise

This commit is contained in:
João Geonizeli
2021-08-09 23:11:18 -03:00
parent a9dc386b09
commit bc6bbc85d7
16 changed files with 92 additions and 156 deletions

View File

@@ -1,11 +0,0 @@
.grid {
display: grid;
}
.place-items-center {
place-items: center;
}
.h-screen {
height: 100vh;
}