mirror of
https://github.com/janishutz/color-thief.git
synced 2025-11-25 05:44:24 +00:00
refactor: Move test demo page and assets into cypress folder
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user