Skip to content

Commit

Permalink
Update base flexpane styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 19, 2017
1 parent 5165e89 commit a710b8b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/modules/_color-overrides.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.mini,
.dull_grey,
.flat_grey,
.blue_link,
.charcoal_grey,
.ts_tip_tip .subtle_silver {
color: $base-font-color !important;
Expand Down
23 changes: 23 additions & 0 deletions scss/modules/flexpane/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,29 @@
}
}

.flexpane_redesign #flex_contents {
.heading {
border-bottom: 0.0625rem solid $color-shade-dark;
}

.heading_text {
color: $base-link-color;
}

.close_flexpane {
color: $color-highlight;

&:focus,
&:hover {
color: $base-font-color;
}
}
}

.flexbox_client.flexpane_redesign.flex_pane_showing #col_flex {
border-left: 1px solid $color-shade-dark;
}

.toolbar_container {
background: $color-base;
border-bottom: 1px solid $color-shade-darkest;
Expand Down

0 comments on commit a710b8b

Please sign in to comment.