Skip to content
Snippets Groups Projects

Test/new storybook

Merged Frank Artacho requested to merge test/new_storybook into main
2 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
2
.wrapper {
height: auto;
height: 100%;
display: flex;
align-items: center;
width: 100vw;
background-color: rgba(0, 0, 0, 0.2);
position: absolute;
z-index: 1225;
margin-top: 50px;
}
.authWrapper {
Loading