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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user