Move into wp-content path

Signed-off-by: Adrian Nöthlich <git@promasu.tech>
This commit is contained in:
2019-08-31 00:48:20 +02:00
parent f523d8ccc0
commit 3724cc6edd
342 changed files with 108652 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
/*
* Variables
*/
$color_1: #aaa;
$color_2: #333;
$color_3: #1f1f1f;
$color_4: #000;
$color_5: #fff;
$color_6: #111;
$font_family_1: 'icomoon';
$background_color_1: rgba(113, 113, 113, 0.04);
$background_color_2: #eee;
/****************** Presets ***********************/
@keyframes "DownMove" {
0% {
top: 50%;
}
5% {
top: 60%;
}
10% {
top: 50%;
}
15% {
top: 60%;
}
20% {
top: 50%;
}
}
@-webkit-keyframes "DownMove" {
0% {
top: 50%;
}
5% {
top: 60%;
}
10% {
top: 50%;
}
15% {
top: 60%;
}
20% {
top: 50%;
}
}
@-moz-keyframes "DownMove" {
0% {
top: 50%;
}
5% {
top: 60%;
}
10% {
top: 50%;
}
15% {
top: 60%;
}
20% {
top: 50%;
}
}