Merge branch 'sidebar'
* sidebar: SPR-838: pixel meta box same border-color for breadcrumb and main content stripe
This commit is contained in:
commit
052442dc49
3 changed files with 7 additions and 4 deletions
|
@ -19,6 +19,7 @@
|
|||
left: 0;
|
||||
z-index: -1;
|
||||
height: @page-header_height;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
background-color: @background_page-header;
|
||||
border-bottom: 1px solid @color-border-light;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
.breadcrumbs {
|
||||
position: relative;
|
||||
border-bottom: 1px solid @color-border;
|
||||
border-bottom: 1px solid @color-border-light;
|
||||
padding: 1rem 1.8rem .35rem;
|
||||
|
||||
> p {
|
||||
|
|
|
@ -2,10 +2,12 @@
|
|||
position: relative;
|
||||
z-index: 10;
|
||||
display: inline-block;
|
||||
min-height: 1.95rem;
|
||||
min-height: @page-header_height;
|
||||
max-width: 40%;
|
||||
float: right;
|
||||
|
||||
margin-top: @page_padding-top * -1; // reverse padding-top of .page container
|
||||
padding-top: 1rem;
|
||||
border: 1px solid transparent;
|
||||
|
||||
.tab-container {
|
||||
display: table;
|
||||
|
@ -54,7 +56,7 @@
|
|||
position: relative;
|
||||
display: block;
|
||||
background-color: @color-site-bg;
|
||||
border: 1px solid @color-border;
|
||||
border: 1px solid @color-border-light;
|
||||
border-radius: @fix_border-radius @fix_border-radius 0 0;
|
||||
color: @color-nav;
|
||||
font-size: @font-size-small;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue