Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ffa2983e
Commit
ffa2983e
authored
Feb 03, 2022
by
syarynovskyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spacing for flash messages on sign in/sign up pages
parent
9186f786
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
8 deletions
+18
-8
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+6
-2
app/assets/stylesheets/startup/startup-signin.scss
app/assets/stylesheets/startup/startup-signin.scss
+6
-3
ee/app/assets/stylesheets/startup/startup-signin.scss
ee/app/assets/stylesheets/startup/startup-signin.scss
+6
-3
No files found.
app/assets/stylesheets/pages/login.scss
View file @
ffa2983e
...
...
@@ -242,10 +242,14 @@
}
.navless-container
{
padding
:
65px
15px
;
// height of footer + bottom padding of email confirmation link
padding
:
0
15px
65px
;
// height of footer + bottom padding of email confirmation link
}
.flash-container
{
padding-bottom
:
65px
;
@include
media-breakpoint-down
(
xs
)
{
padding
:
0
15px
65px
;
padding
-bottom
:
0
;
}
}
}
...
...
app/assets/stylesheets/startup/startup-signin.scss
View file @
ffa2983e
...
...
@@ -725,11 +725,14 @@ svg {
margin-top
:
40px
;
}
.devise-layout-html
body
.navless-container
{
padding
:
65px
15px
;
padding
:
0
15px
65px
;
}
.devise-layout-html
body
.flash-container
{
padding-bottom
:
65px
;
}
@media
(
max-width
:
575
.98px
)
{
.devise-layout-html
body
.
navless
-container
{
padding
:
0
15px
65px
;
.devise-layout-html
body
.
flash
-container
{
padding
-bottom
:
0
;
}
}
...
...
ee/app/assets/stylesheets/startup/startup-signin.scss
View file @
ffa2983e
...
...
@@ -725,11 +725,14 @@ svg {
margin-top
:
40px
;
}
.devise-layout-html
body
.navless-container
{
padding
:
65px
15px
;
padding
:
0
15px
65px
;
}
.devise-layout-html
body
.flash-container
{
padding-bottom
:
65px
;
}
@media
(
max-width
:
575
.98px
)
{
.devise-layout-html
body
.
navless
-container
{
padding
:
0
15px
65px
;
.devise-layout-html
body
.
flash
-container
{
padding
-bottom
:
0
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment