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
2f38d6d7
Commit
2f38d6d7
authored
Jul 05, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor refactor
parent
59442f72
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
app/assets/stylesheets/framework/blank.scss
app/assets/stylesheets/framework/blank.scss
+1
-1
app/assets/stylesheets/pages/ee_start_trial.scss
app/assets/stylesheets/pages/ee_start_trial.scss
+1
-3
app/assets/stylesheets/pages/licenses.scss
app/assets/stylesheets/pages/licenses.scss
+0
-10
No files found.
app/assets/stylesheets/framework/blank.scss
View file @
2f38d6d7
...
...
@@ -77,7 +77,7 @@
@media
(
max-width
:
$screen-md-min
)
{
.blank-state-parent-container
{
&
,
.
col-md-6
{
.
section-container
{
display
:
block
;
}
}
...
...
app/assets/stylesheets/pages/ee_start_trial.scss
View file @
2f38d6d7
...
...
@@ -14,7 +14,7 @@
.start-trial-body
{
.ee-features
{
border
:
1px
solid
$border-color
;
border-radius
:
5px
;
border-radius
:
$border-radius-default
;
padding
:
20px
40px
;
}
}
...
...
@@ -52,8 +52,6 @@
@media
(
max-width
:
$screen-md-min
)
{
.start-trial-body
{
.feature-item-description
{
margin-top
:
15px
;
h4
,
p
{
text-align
:
center
;
...
...
app/assets/stylesheets/pages/licenses.scss
View file @
2f38d6d7
.page-title
{
.btn-upload-license
{
margin-right
:
10px
;
}
}
.blank-state-container
{
margin-top
:
35px
;
.trial-description
{
color
:
$gl-gray-light
;
}
.btn-start-trial
{
margin-top
:
10px
;
}
}
\ No newline at end of file
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