Skip to content
Snippets Groups Projects
Logout.scss 445 B
Newer Older
.logout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logout-card {
  width: 20vw;
  min-width: 350px;
}

.full-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.logout-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-align: center;
}