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
b5d36452
Commit
b5d36452
authored
Aug 04, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix trial banner padding
parent
fb3d05ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/pages/ee_start_trial.scss
app/assets/stylesheets/pages/ee_start_trial.scss
+5
-1
No files found.
app/assets/stylesheets/pages/ee_start_trial.scss
View file @
b5d36452
...
...
@@ -20,7 +20,7 @@
display
:
flex
;
align-content
:
center
;
justify-content
:
center
;
padding
:
1
0
px
35px
;
padding
:
1
5
px
35px
;
position
:
fixed
;
top
:
0
;
width
:
100%
;
...
...
@@ -29,6 +29,10 @@
text-align
:
center
;
z-index
:
400
;
@media
(
max-width
:
$screen-md-min
)
{
padding
:
10px
35px
;
}
.close
{
color
:
$white-dark
;
opacity
:
0
.7
;
...
...
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