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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
d7faa41f
Commit
d7faa41f
authored
Jun 16, 2018
by
Andreas Kämmerle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Harmonize theme preferences previews
parent
a76066d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+4
-3
app/assets/stylesheets/pages/profiles/preferences.scss
app/assets/stylesheets/pages/profiles/preferences.scss
+4
-4
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
d7faa41f
...
...
@@ -244,10 +244,11 @@ $tooltip-font-size: 12px;
/*
* Padding
*/
$gl-padding-24
:
24px
;
$gl-padding
:
16px
;
$gl-padding-8
:
8px
;
$gl-padding-4
:
4px
;
$gl-padding-8
:
8px
;
$gl-padding
:
16px
;
$gl-padding-24
:
24px
;
$gl-padding-32
:
32px
;
$gl-col-padding
:
15px
;
$gl-input-padding
:
10px
;
$gl-vert-padding
:
6px
;
...
...
app/assets/stylesheets/pages/profiles/preferences.scss
View file @
d7faa41f
...
...
@@ -16,7 +16,7 @@
.application-theme
{
label
{
margin
:
0
$gl-padding
$gl-padding
0
;
margin
:
0
$gl-padding
-32
$gl-padding
0
;
text-align
:
center
;
}
...
...
@@ -24,7 +24,7 @@
font-size
:
0
;
height
:
48px
;
border-radius
:
4px
;
min-width
:
1
35
px
;
min-width
:
1
12
px
;
margin-bottom
:
$gl-padding-8
;
&
.ui-indigo
{
...
...
@@ -75,7 +75,8 @@
.syntax-theme
{
label
{
margin-right
:
20px
;
margin-right
:
$gl-padding-32
;
margin-bottom
:
$gl-padding
;
text-align
:
center
;
.preview
{
...
...
@@ -84,7 +85,6 @@
img
{
border-radius
:
4px
;
max-width
:
100%
;
}
}
...
...
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