Skip to content

Commit 0bc0a00

Browse files
author
Sine Jespersen
committed
CMN-610: update styling to work with modal
1 parent 87ae450 commit 0bc0a00

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/stories/Library/Modals/modal-login/modal-login.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
.modal-login {
2-
flex-direction: column;
3-
place-content: center;
2+
width: 100%;
3+
display: flex;
4+
justify-content: center;
5+
6+
&--authenticated {
7+
align-items: baseline;
8+
}
49

510
&__container {
611
display: grid;

0 commit comments

Comments
 (0)