refactor: Move test demo page and assets into cypress folder

This commit is contained in:
Lokesh Dhakar
2019-07-14 08:38:57 -07:00
parent 50df0f30ef
commit 3e7554b321
12 changed files with 172 additions and 13 deletions

View File

@@ -22,7 +22,7 @@
/* Base
* *----------------------------------------------- */
* {
/** {
box-sizing: border-box;
}
@@ -31,10 +31,10 @@ body {
padding: 0;
background: var(--bg-color);
}
*/
/* Typography
* *----------------------------------------------- */
/*
html {
font-size: 16px;
font-family: var(--font);
@@ -64,10 +64,10 @@ code {
font-family: var(--code-font);
overflow-wrap: break-word;
}
*/
/* -- Layout ------------------------------------------------------------------ */
/*
.image-section {
border-bottom: 1px solid #ccc;
padding: 16px 16px 32px 16px;
@@ -92,4 +92,4 @@ code {
.time {
color: var(--muted-color);
font-weight: normal;
}
}*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 138 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB