table updates, live example add, shield logo res

This commit is contained in:
Stefanie Fluin 2017-04-11 19:21:56 -07:00 committed by Pete Bacon Darwin
parent a6545ddd4d
commit 7d69a91bfe
4 changed files with 10 additions and 5 deletions

View File

@ -38,7 +38,7 @@ export class AppComponent implements OnInit {
get homeImageUrl() { get homeImageUrl() {
return this.isSideBySide ? return this.isSideBySide ?
'assets/images/logos/standard/logo-nav@2x.png' : 'assets/images/logos/standard/logo-nav@2x.png' :
'assets/images/logos/standard/logo-nav-small.png'; 'assets/images/logos/standard/shield-large@2x.png';
} }
get isOpened() { return this.isSideBySide && this.isSideNavDoc; } get isOpened() { return this.isSideBySide && this.isSideNavDoc; }
get mode() { return this.isSideBySide ? 'side' : 'over'; } get mode() { return this.isSideBySide ? 'side' : 'over'; }

View File

@ -0,0 +1,3 @@
live-example > div:first-child {
max-width: 600px;
}

View File

@ -19,3 +19,4 @@
@import 'banner'; @import 'banner';
@import 'api-list'; @import 'api-list';
@import 'hr'; @import 'hr';
@import 'live-example';

View File

@ -20,7 +20,7 @@ table {
} }
th { th {
background: $offwhite; background: rgba($lightgray, 0.2);
border-bottom: 1px solid $lightgray; border-bottom: 1px solid $lightgray;
color: $darkgray; color: $darkgray;
font-size: 12px; font-size: 12px;
@ -28,6 +28,7 @@ table {
padding: 8px 32px; padding: 8px 32px;
text-align: left; text-align: left;
text-transform: uppercase; text-transform: uppercase;
line-height: 28px;
} }
} }
@ -35,7 +36,7 @@ table {
th, th,
td { td {
border-bottom: 1px solid $lightgray; border-bottom: 1px solid $lightgray;
padding: 16px 24px; padding: 16px 32px;
text-align: left; text-align: left;
line-height: 24px; line-height: 24px;
@ -64,7 +65,7 @@ table {
} }
th { th {
background: $offwhite; background: rgba($lightgray, 0.2);
border-right: 1px solid $lightgray; border-right: 1px solid $lightgray;
font-weight: 600; font-weight: 600;
max-width: 100px; max-width: 100px;