1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-30 08:20:39 +02:00

refactor: add HTML processing, picker as partial

This commit is contained in:
Jonas Kuske
2019-05-31 03:31:15 +02:00
parent 75f9280dab
commit 6bf48e1615
9 changed files with 954 additions and 512 deletions

View File

@@ -6,6 +6,9 @@ html {
margin-top: 1rem;
}
#installation {
overflow: hidden;
}
#installation header > h3 {
margin: 1rem 2.5rem 1rem 0;
}
@@ -53,7 +56,7 @@ body > footer {
Helvetica Neue, sans-serif;
}
.translucent {
opacity: 0.5;
opacity: 0.4;
}
/* For the bounce transitions of code snippet and copy success Emoji */
@@ -65,7 +68,7 @@ body > footer {
.v-leave-active {
transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[v-cloak] > *:not(h2) {
[v-cloak] > * {
display: none;
}
[v-cloak]::after {