Commit cff7bd5a authored by Savas Vedova's avatar Savas Vedova

Merge branch 'sy-remove-fixed-position-of-invite-alert' into 'master'

Remove fixed position of invite acceptance alert on sign up page

See merge request gitlab-org/gitlab!77872
parents 4cf42c26 0cb2c1ea
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
.flash-container { .flash-container {
margin-bottom: $gl-padding; margin-bottom: $gl-padding;
position: relative;
top: 8px;
} }
.brand-holder { .brand-holder {
......
...@@ -548,6 +548,8 @@ svg { ...@@ -548,6 +548,8 @@ svg {
} }
.login-page .flash-container { .login-page .flash-container {
margin-bottom: 16px; margin-bottom: 16px;
position: relative;
top: 8px;
} }
.login-page .brand-holder { .login-page .brand-holder {
font-size: 18px; font-size: 18px;
......
...@@ -548,6 +548,8 @@ svg { ...@@ -548,6 +548,8 @@ svg {
} }
.login-page .flash-container { .login-page .flash-container {
margin-bottom: 16px; margin-bottom: 16px;
position: relative;
top: 8px;
} }
.login-page .brand-holder { .login-page .brand-holder {
font-size: 18px; font-size: 18px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment