summaryrefslogtreecommitdiff
path: root/src/modules/login/login.module.css
blob: 99575d592366bd7c99ccd557b7ba0335ebef0156 (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-2xl text-blue-600 font-semibold;
}

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