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
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
Hide 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
{
padding
:
$gl-vert-padding
$gl-padding
;
line-height
:
36px
;
.controls
{
margin-top
:
-2px
;
float
:
right
;
}
.dropdown-menu-toggle
{
line-height
:
20px
;
}
.panel-heading
{
padding
:
$gl-vert-padding
$gl-padding
;
line-height
:
36px
;
.controls
{
margin-top
:
-2px
;
float
:
right
;
}
.dropdown-menu-toggle
{
line-height
:
20px
;
}
.badge
{
margin-top
:
-2px
;
margin-left
:
5px
;
}
&
.split
{
display
:
flex
;
align-items
:
center
;
}
.left
{
flex
:
1
1
auto
;
}
.right
{
flex
:
0
0
auto
;
text-align
:
right
;
}
.badge
{
margin-top
:
-2px
;
margin-left
:
5px
;
}
.panel-empty-heading
{
border-bottom
:
0
;
&
.split
{
display
:
flex
;
align-items
:
center
;
}
.panel-body
{
padding
:
$gl-padding
;
.left
{
flex
:
1
1
auto
;
}
.form-actions
{
margin
:
-
$gl-padding
;
margin-top
:
$gl-padding
;
}
.right
{
flex
:
0
0
auto
;
text-align
:
right
;
}
}
.panel-empty-heading
{
border-bottom
:
0
;
}
.panel-body
{
padding
:
$gl-padding
;
.
panel-title
{
font-size
:
inherit
;
line-height
:
inherit
;
.
form-actions
{
margin
:
-
$gl-padding
;
margin-top
:
$gl-padding
;
}
}
.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