Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
eef93991
Commit
eef93991
authored
Feb 14, 2014
by
rhaase
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Defined and use variables for .panel-heading & .panel-footer padding
parent
accc95cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
less/panels.less
less/panels.less
+2
-2
less/variables.less
less/variables.less
+2
-0
No files found.
less/panels.less
View file @
eef93991
...
...
@@ -20,7 +20,7 @@
// Optional heading
.panel-heading {
padding:
10px 15px
;
padding:
@panel-heading-padding
;
border-bottom: 1px solid transparent;
.border-top-radius((@panel-border-radius - 1));
...
...
@@ -43,7 +43,7 @@
// Optional footer (stays gray in every modifier class)
.panel-footer {
padding:
10px 15px
;
padding:
@panel-footer-padding
;
background-color: @panel-footer-bg;
border-top: 1px solid @panel-inner-border;
.border-bottom-radius((@panel-border-radius - 1));
...
...
less/variables.less
View file @
eef93991
...
...
@@ -663,6 +663,8 @@
@panel-bg: #fff;
@panel-body-padding: 15px;
@panel-heading-padding: 10px 15px;
@panel-footer-padding: @panel-heading-padding;
@panel-border-radius: @border-radius-base;
//** Border color for elements within panels
...
...
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