Skip to content

Commit

Permalink
Merge pull request #216 from smartdevicelink/release/0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
Jack-Byrne authored Oct 30, 2019
2 parents c6d3a94 + 8fd4629 commit 5411302
Show file tree
Hide file tree
Showing 222 changed files with 2,637 additions and 2,348 deletions.
1,560 changes: 789 additions & 771 deletions build/bundle.js

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/css/base/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,17 @@
fill: color($accent-color);
}

.svg-wrap-secondary svg path,
.svg-wrap-secondary svg polygon {
fill: color($font-secondary-color);
}

.svg-fill-important {
fill: color($accent-color) !important;
}

.svg-stroke {
color: color($accent-color) !important;
stroke: color($accent-color) !important;
}

Expand Down Expand Up @@ -135,12 +141,18 @@
.svg-wrap svg polygon {
fill: color(black);
}

.svg-wrap-secondary svg path,
.svg-wrap-secondary svg polygon {
fill: color(steel);
}

.svg-fill-important {
fill: color(black) !important;
}

.svg-stroke{
color: color(black) !important;
stroke: color(black) !important;
}

Expand Down
5 changes: 5 additions & 0 deletions src/css/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@
.t-ls1 {
letter-spacing: 1px;
}

.t-oneline{
white-space: nowrap;
text-align: center;
}
18 changes: 11 additions & 7 deletions src/css/components/_alert.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,18 @@
@include display(flex);
@include justify-content(center);
@include align-items(center);
.svg-wrap{
height:75%;

svg{
height: 100%;
}
.icon{
max-height:75%;
max-width: 75%;
height: auto;
width: auto;
}
#Layer_1 {
max-height:75%;
max-width: 75%;
height: auto;
width: 75%;
}

}

.alert-text-fields{
Expand Down
9 changes: 9 additions & 0 deletions src/css/components/_app-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@
text-decoration: none;
text-transform: uppercase;
}

.svg-wrap-secondary{
width: 30px;
svg{
width: 10px;
height: 10px;
margin-left: 5px;
}
}
}
5 changes: 5 additions & 0 deletions src/css/components/_app-services-nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
img {
@include size(35px);
}
.static-icon {
display: flex;
align-items: center;
justify-content: center;
}
}

.nav-text-bubble {
Expand Down
8 changes: 8 additions & 0 deletions src/css/components/_h-scroll-menu-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,19 @@

&__name {
position: absolute;
overflow: scroll;
bottom: 0px;
width: 100%;
height: 23%;
}

&__header {
position: absolute;
top: 10px;
width: 100%;
height: 10%;
}

&.with-icon {
.hscrollmenu-item__image {
@include size(50px);
Expand Down
13 changes: 13 additions & 0 deletions src/css/components/_tiles-only.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@
text-align: center;
text-decoration: none;
position: relative;
@include flex-direction(column-reverse);
justify-content: space-evenly;
}

.tiles-only-template .soft-button-image {
height: auto;
max-width: 80%;
max-height: 60%;
}

.tiles-only-template .soft-button p {
padding: 0;
max-width: 80%;
}

.tiles-only-template .soft-button:nth-of-type(3n) {
Expand Down
4 changes: 4 additions & 0 deletions src/css/components/_v-scroll-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
height: $master-height - 75px;
overflow-y: scroll;
}

::-webkit-scrollbar {
display: none;
}
10 changes: 5 additions & 5 deletions src/img/static/0x02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/img/static/0x03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/img/static/0x04.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/img/static/0x05.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/img/static/0x06.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/img/static/0x07.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/img/static/0x08.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions src/img/static/0x09.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/img/static/0x0A.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions src/img/static/0x0B.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions src/img/static/0x0C.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 5 additions & 24 deletions src/img/static/0x0D.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/img/static/0x0E.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5411302

Please sign in to comment.