table updates, live example add, shield logo res
This commit is contained in:
parent
a6545ddd4d
commit
7d69a91bfe
@ -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'; }
|
||||||
|
3
aio/src/styles/2-modules/_live-example.scss
Normal file
3
aio/src/styles/2-modules/_live-example.scss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
live-example > div:first-child {
|
||||||
|
max-width: 600px;
|
||||||
|
}
|
@ -18,4 +18,5 @@
|
|||||||
@import 'announcement-bar';
|
@import 'announcement-bar';
|
||||||
@import 'banner';
|
@import 'banner';
|
||||||
@import 'api-list';
|
@import 'api-list';
|
||||||
@import 'hr';
|
@import 'hr';
|
||||||
|
@import 'live-example';
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user