mirror of
https://github.com/zoriya/vike-react-native-web-bug.git
synced 2026-06-08 04:31:30 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
/* Links */
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
#sidebar a {
|
||||
padding: 2px 10px;
|
||||
margin-left: -10px;
|
||||
}
|
||||
#sidebar a.is-active {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
/* Reset */
|
||||
body {
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Page Transition Animation */
|
||||
#page-content {
|
||||
opacity: 1;
|
||||
transition: opacity 0.3s ease-in-out;
|
||||
}
|
||||
body.page-is-transitioning #page-content {
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user