First Implementation
This commit is contained in:
+2
-6
@@ -1,7 +1,6 @@
|
||||
* {
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* =========================
|
||||
Farben
|
||||
@@ -106,14 +105,12 @@
|
||||
}
|
||||
|
||||
/* Hover Bewegung */
|
||||
|
||||
button:hover {
|
||||
background-color: var(--primary-hover);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
/* Klick-Effekt */
|
||||
|
||||
button:active {
|
||||
transform: translateY(0px);
|
||||
}
|
||||
@@ -180,4 +177,3 @@
|
||||
footer a:hover {
|
||||
color: var(--primary);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user