preview
This commit is contained in:
10
static/css/components/tree.css
Normal file
10
static/css/components/tree.css
Normal file
@@ -0,0 +1,10 @@
|
||||
/* --- Decoration --- */
|
||||
.background-svg {
|
||||
position: fixed;
|
||||
bottom: 100px;
|
||||
right: 200px;
|
||||
width: 200px;
|
||||
z-index: -1;
|
||||
pointer-events: none;
|
||||
opacity: 0.6;
|
||||
}
|
||||
@@ -221,17 +221,6 @@ nav {
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
/* --- Decoration --- */
|
||||
.background-svg {
|
||||
position: fixed;
|
||||
bottom: 100px;
|
||||
right: 200px;
|
||||
width: 200px;
|
||||
z-index: -1;
|
||||
pointer-events: none;
|
||||
opacity: 0.6;
|
||||
}
|
||||
|
||||
/* Login, Sign up, New post */
|
||||
.login,
|
||||
.signup {
|
||||
|
||||
Reference in New Issue
Block a user