Skip to content

Commit

Permalink
Add styles for developer apps page
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Oct 9, 2017
1 parent bb0186f commit 1584a62
Show file tree
Hide file tree
Showing 2 changed files with 41 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
Expand Up @@ -44,6 +44,7 @@
background-color: $color-red !important;
}

.off_white_bg,
.neutral_white_bg {
background-color: $color-shade-dark !important;
}
Expand Down
40 changes: 40 additions & 0 deletions scss/modules/pages/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -396,3 +396,43 @@ a.c-tabs__tab--plastic {
background: $color-shade-dark;
border-color: $color-shade-light;
}

table.gray_header_border tr:first-child th:not(:only-of-type) {
border-bottom-color: $color-shade-light;
}

.section_rollup {
border-bottom-color: $color-base;

&:first-of-type {
border-top-color: $color-base;
}

&:hover:not(.is_active) {
background: rgba($color-base, 0.5);
color: $base-font-color;
}
}

.is_completed_section,
.is_failed_section {
.section_rollup_header::before {
background-color: $color-green;
color: $color-shade-darkest;
}
}

.developer_apps_functionality_link {
&:hover {
border-color: $color-shade-light;
box-shadow: 0 0 6px 0 rgba($color-shade-lightest, 0.25);
}

&::before {
background-color: $color-shade-light;
}

&_enabled::before {
background-color: $color-green;
}
}

0 comments on commit 1584a62

Please sign in to comment.