|
@ -1884,8 +1884,8 @@ dt {
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
-webkit-mask: url("images/tick-mask.svg#mask");
|
-webkit-mask: url("../images/tick-mask.svg#mask");
|
||||||
mask: url("images/tick-mask.svg#mask");
|
mask: url("../images/tick-mask.svg#mask");
|
||||||
background: transparent;
|
background: transparent;
|
||||||
-webkit-transition-duration: 0.28s;
|
-webkit-transition-duration: 0.28s;
|
||||||
transition-duration: 0.28s;
|
transition-duration: 0.28s;
|
||||||
|
@ -1894,9 +1894,9 @@ dt {
|
||||||
-webkit-transition-property: background;
|
-webkit-transition-property: background;
|
||||||
transition-property: background; }
|
transition-property: background; }
|
||||||
.wsk-checkbox.is-checked .wsk-checkbox__tick-outline {
|
.wsk-checkbox.is-checked .wsk-checkbox__tick-outline {
|
||||||
background: #3f51b5 url("images/tick.svg"); }
|
background: #3f51b5 url("../images/tick.svg"); }
|
||||||
.wsk-checkbox.is-checked.is-disabled .wsk-checkbox__tick-outline {
|
.wsk-checkbox.is-checked.is-disabled .wsk-checkbox__tick-outline {
|
||||||
background: rgba(0, 0, 0, 0.26) url("images/tick.svg"); }
|
background: rgba(0, 0, 0, 0.26) url("../images/tick.svg"); }
|
||||||
|
|
||||||
.wsk-checkbox__label {
|
.wsk-checkbox__label {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -2028,8 +2028,8 @@ dt {
|
||||||
/* ========== Footer ========== */
|
/* ========== Footer ========== */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material-Design-Iconic-Font';
|
font-family: 'Material-Design-Iconic-Font';
|
||||||
src: url('fonts/Material-Design-Iconic-Font.eot?v=1.1.1');
|
src: url('../fonts/Material-Design-Iconic-Font.eot?v=1.1.1');
|
||||||
src: url('fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('fonts/Material-Design-Iconic-Font.woff?v=1.1.1') format('woff'), url('fonts/Material-Design-Iconic-Font.ttf?v=1.1.1') format('truetype');
|
src: url('../fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff?v=1.1.1') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=1.1.1') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal; }
|
font-style: normal; }
|
||||||
|
|
||||||
|
@ -5707,8 +5707,8 @@ dt {
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material-Design-Iconic-Font';
|
font-family: 'Material-Design-Iconic-Font';
|
||||||
src: url('fonts/Material-Design-Iconic-Font.eot?v=1.1.1');
|
src: url('../fonts/Material-Design-Iconic-Font.eot?v=1.1.1');
|
||||||
src: url('fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('fonts/Material-Design-Iconic-Font.woff?v=1.1.1') format('woff'), url('fonts/Material-Design-Iconic-Font.ttf?v=1.1.1') format('truetype');
|
src: url('../fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff?v=1.1.1') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=1.1.1') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal; }
|
font-style: normal; }
|
||||||
|
|
||||||
|
@ -8615,8 +8615,7 @@ dt {
|
||||||
font-smoothing: antialiased; }
|
font-smoothing: antialiased; }
|
||||||
|
|
||||||
.wsk-list-view--avatar {
|
.wsk-list-view--avatar {
|
||||||
background: url("images/avatar.png");
|
background: #ddd;
|
||||||
background-size: 100%;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -110,18 +110,18 @@ $checkbox-ripple-size: $checkbox-label-height * 1.5;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
mask: url("images/tick-mask.svg#mask");
|
mask: url("../images/tick-mask.svg#mask");
|
||||||
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@include material-animation-default(0.28s);
|
@include material-animation-default(0.28s);
|
||||||
transition-property: background;
|
transition-property: background;
|
||||||
|
|
||||||
.wsk-checkbox.is-checked & {
|
.wsk-checkbox.is-checked & {
|
||||||
background: $checkbox-color url("images/tick.svg");
|
background: $checkbox-color url("../images/tick.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.wsk-checkbox.is-checked.is-disabled & {
|
.wsk-checkbox.is-checked.is-disabled & {
|
||||||
background: $checkbox-disabled-color url("images/tick.svg");
|
background: $checkbox-disabled-color url("../images/tick.svg");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 227 KiB After Width: | Height: | Size: 227 KiB |
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
|
@ -1,7 +1,7 @@
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material-Design-Iconic-Font';
|
font-family: 'Material-Design-Iconic-Font';
|
||||||
src: url('fonts/Material-Design-Iconic-Font.eot?v=1.1.1');
|
src: url('../fonts/Material-Design-Iconic-Font.eot?v=1.1.1');
|
||||||
src: url('fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('fonts/Material-Design-Iconic-Font.woff?v=1.1.1') format('woff'), url('fonts/Material-Design-Iconic-Font.ttf?v=1.1.1') format('truetype');
|
src: url('../fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff?v=1.1.1') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=1.1.1') format('truetype');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 648 B |
|
@ -20,7 +20,7 @@
|
||||||
<div class="wsk-layout wsk-js-layout wsk-layout--overlay-drawer-button">
|
<div class="wsk-layout wsk-js-layout wsk-layout--overlay-drawer-button">
|
||||||
<div class="wsk-layout__header">
|
<div class="wsk-layout__header">
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<img class="wsk-layout-icon" src="images/app-icon.png"/>
|
<img class="wsk-layout-icon" src="../demo-images/app-icon.png"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<span class="wsk-layout-title">Web Starter Kit</span>
|
<span class="wsk-layout-title">Web Starter Kit</span>
|
||||||
<!-- Add spacer, to align navigation to the right -->
|
<!-- Add spacer, to align navigation to the right -->
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<div class="wsk-layout wsk-js-layout wsk-layout--overlay-drawer-button">
|
<div class="wsk-layout wsk-js-layout wsk-layout--overlay-drawer-button">
|
||||||
<div class="wsk-layout__header wsk-layout__header--scroll">
|
<div class="wsk-layout__header wsk-layout__header--scroll">
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<img class="wsk-layout-icon" src="images/app-icon.png"/>
|
<img class="wsk-layout-icon" src="../demo-images/app-icon.png"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<span class="wsk-layout-title">Web Starter Kit</span>
|
<span class="wsk-layout-title">Web Starter Kit</span>
|
||||||
<!-- Add spacer, to align navigation to the right -->
|
<!-- Add spacer, to align navigation to the right -->
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
<div class="wsk-layout wsk-js-layout wsk-layout--fixed-header">
|
<div class="wsk-layout wsk-js-layout wsk-layout--fixed-header">
|
||||||
<div class="wsk-layout__header">
|
<div class="wsk-layout__header">
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<img class="wsk-layout-icon" src="images/app-icon.png"/>
|
<img class="wsk-layout-icon" src="../demo-images/app-icon.png"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<span class="wsk-layout-title">Web Starter Kit</span>
|
<span class="wsk-layout-title">Web Starter Kit</span>
|
||||||
<!-- Add spacer, to align navigation to the right -->
|
<!-- Add spacer, to align navigation to the right -->
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
<!-- Top row -->
|
<!-- Top row -->
|
||||||
<div class="wsk-layout__header-row">
|
<div class="wsk-layout__header-row">
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<img class="wsk-layout-icon" src="images/app-icon.png"/>
|
<img class="wsk-layout-icon" src="../demo-images/app-icon.png"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<span id="my_text_changes">Web Starter Kit</span>
|
<span id="my_text_changes">Web Starter Kit</span>
|
||||||
<div class="wsk-layout-spacer"></div>
|
<div class="wsk-layout-spacer"></div>
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
<div class="wsk-layout wsk-js-layout" id="transparent_demo">
|
<div class="wsk-layout wsk-js-layout" id="transparent_demo">
|
||||||
<div class="wsk-layout__header wsk-layout__header--transparent">
|
<div class="wsk-layout__header wsk-layout__header--transparent">
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<img class="wsk-layout-icon" src="images/app-icon.png"/>
|
<img class="wsk-layout-icon" src="../demo-images/app-icon.png"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<span class="wsk-layout-title">Web Starter Kit</span>
|
<span class="wsk-layout-title">Web Starter Kit</span>
|
||||||
<!-- Add spacer, to align navigation to the right -->
|
<!-- Add spacer, to align navigation to the right -->
|
||||||
|
@ -321,7 +321,7 @@
|
||||||
<div class="wsk-layout wsk-js-layout wsk-layout--fixed-header">
|
<div class="wsk-layout wsk-js-layout wsk-layout--fixed-header">
|
||||||
<div class="wsk-layout__header">
|
<div class="wsk-layout__header">
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<img class="wsk-layout-icon" src="images/app-icon.png"/>
|
<img class="wsk-layout-icon" src="../demo-images/app-icon.png"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<span class="wsk-layout-title">Web Starter Kit</span>
|
<span class="wsk-layout-title">Web Starter Kit</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -366,7 +366,7 @@
|
||||||
<div class="wsk-layout wsk-js-layout wsk-layout--fixed-header wsk-layout--fixed-tabs">
|
<div class="wsk-layout wsk-js-layout wsk-layout--fixed-header wsk-layout--fixed-tabs">
|
||||||
<div class="wsk-layout__header">
|
<div class="wsk-layout__header">
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<img class="wsk-layout-icon" src="images/app-icon.png"/>
|
<img class="wsk-layout-icon" src="../demo-images/app-icon.png"/>
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<span class="wsk-layout-title">Web Starter Kit</span>
|
<span class="wsk-layout-title">Web Starter Kit</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
// Styles for transparent header demo.
|
// Styles for transparent header demo.
|
||||||
.demo-page--layout #transparent_demo {
|
.demo-page--layout #transparent_demo {
|
||||||
background-color: #948d85;
|
background-color: #948d85;
|
||||||
background-image: url('images/desktop-handsfree-hero.jpg');
|
background-image: url('../demo-images/desktop-handsfree-hero.jpg');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
|
|
||||||
|
|
|
@ -39,8 +39,7 @@ $list-container-item-height: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wsk-list-view--avatar {
|
.wsk-list-view--avatar {
|
||||||
background : url("images/avatar.png");
|
background: $list-container-item-border-color;
|
||||||
background-size: 100%;
|
|
||||||
border-radius : 50%;
|
border-radius : 50%;
|
||||||
content : '';
|
content : '';
|
||||||
display : inline-block;
|
display : inline-block;
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
@import "../styleguide_demo_bp";
|
@import "../styleguide_demo_bp";
|
||||||
@import "_list";
|
@import "_list";
|
||||||
|
|
||||||
|
.demo-page--list .wsk-list-view--avatar {
|
||||||
|
background: url("../demo-images/avatar.png");
|
||||||
|
background-size: 100%;
|
||||||
|
}
|
||||||
|
|
|
@ -37,11 +37,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.demo-typography--img-1 {
|
.demo-typography--img-1 {
|
||||||
background-image: url(images/img-1.png);
|
background-image: url(../demo-images/img-1.png);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.demo-typography--img-2 {
|
.demo-typography--img-2 {
|
||||||
background-image: url(images/img-2.png);
|
background-image: url(../demo-images/img-2.png);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|