Commit 0cb2c1ea authored by Serhii Yarynovskyi's avatar Serhii Yarynovskyi Committed by Savas Vedova

Remove fixed position of invite acceptance alert on sign up page

parent b967b1c5
......@@ -10,6 +10,8 @@
.flash-container {
margin-bottom: $gl-padding;
position: relative;
top: 8px;
}
.brand-holder {
......
......@@ -548,6 +548,8 @@ svg {
}
.login-page .flash-container {
margin-bottom: 16px;
position: relative;
top: 8px;
}
.login-page .brand-holder {
font-size: 18px;
......
......@@ -548,6 +548,8 @@ svg {
}
.login-page .flash-container {
margin-bottom: 16px;
position: relative;
top: 8px;
}
.login-page .brand-holder {
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