Skip to content

Commit

Permalink
Merge branch 'local-v4-dev' into v4-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ygatesoupe committed Oct 21, 2016
2 parents 4fb34b5 + 86b4b20 commit 58c771e
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scss/_o-accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

.panel,
.o-accordion {
margin-bottom: 0;
border: 0;
border-bottom: 1px solid $gray-light-o;
margin-bottom: 0;

&.panel-default > .panel-heading,
.card-header {
Expand Down
9 changes: 6 additions & 3 deletions scss/_o-navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@

.navbar-toggleable-xs {
position: static;
display: inline-block !important;
width: auto;

@include media-breakpoint-up(sm) {
display: inline-block !important;
}
}

.navbar-toggler {
Expand Down Expand Up @@ -202,7 +205,8 @@

.navbar-toggler {
float: right;
padding: .9375rem .9375rem .875rem;
height: 3.125rem;
padding: .125rem 0 0;
font-size: 1.25rem;
color: $navbar-dark-color;
background-color: transparent;
Expand Down Expand Up @@ -243,7 +247,6 @@
top: $navbar-height-sm;
left: 0;
z-index: 100;
display: inline-block;
width: 100%;
margin: 0;
background-color: #000;
Expand Down
41 changes: 41 additions & 0 deletions scss/_orange-css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,47 @@ a:focus {
}
}
}

&.table-reflow {
thead,
tbody, {
> tr {
border: 0;
}

> tr > td {
line-height: 1.25rem;
}

> tr > th:first-child {
border-bottom: 2px solid $table-border-color;
}

> tr > th,
> tr > td {
border-bottom: 1px solid $table-border-color;
}

> tr > td:last-child {
border-right: 0;
}
}

thead > tr {
border: 0;

> th:not(:first-child) {
padding-left: .625rem;
border-bottom: 1px solid $table-border-color;
}
}

tbody {
> tr > th:first-child {
padding-left: 0;
}
}
}
}

@include table-row-variant-border(success, $state-success-border);
Expand Down

0 comments on commit 58c771e

Please sign in to comment.