summaryrefslogtreecommitdiff
path: root/src/modules/login/login.module.css
blob: 384dc09c6c2778bdd5d2e5db4ab410509fd88f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.wrapper {
  @apply pt-20 px-6;
}

.header {
  @apply text-center;
}

.title {
  @apply text-3xl text-primary-500 font-bold;
}

.subtitle {
  @apply font-medium text-neutral-600;
}