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
442bd265
Commit
442bd265
authored
Jun 16, 2017
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'backport-panels-styles-from-ee' into 'master'
Backport panels.scss styles from EE See merge request !12206
parents
ab29db9e
0a463612
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
42 deletions
+48
-42
app/assets/stylesheets/framework/panels.scss
app/assets/stylesheets/framework/panels.scss
+48
-42
No files found.
app/assets/stylesheets/framework/panels.scss
View file @
442bd265
.panel
{
margin-bottom
:
$gl-padding
;
}
.panel-slim
{
@extend
.panel
;
margin-bottom
:
$gl-vert-padding
;
}
.panel-heading
{
.panel-heading
{
padding
:
$gl-vert-padding
$gl-padding
;
line-height
:
36px
;
...
...
@@ -32,23 +39,22 @@
flex
:
0
0
auto
;
text-align
:
right
;
}
}
}
.panel-empty-heading
{
.panel-empty-heading
{
border-bottom
:
0
;
}
}
.panel-body
{
.panel-body
{
padding
:
$gl-padding
;
.form-actions
{
margin
:
-
$gl-padding
;
margin-top
:
$gl-padding
;
}
}
}
.panel-title
{
.panel-title
{
font-size
:
inherit
;
line-height
:
inherit
;
}
}
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