summaryrefslogtreecommitdiff
path: root/src/components/SideBar.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2020-08-01 16:49:08 +0800
committerHaishan <[email protected]>2020-08-01 20:40:45 +0800
commit437733f4afe1eae86f946a8aa3336f58d9980d8c (patch)
treeb94b7b7bbb7f067a5032856898fe0cb54506ab8e /src/components/SideBar.module.css
parentb6360d520a221d53daca4a323949433f5935368d (diff)
chore: remove logo
Diffstat (limited to 'src/components/SideBar.module.css')
-rw-r--r--src/components/SideBar.module.css31
1 files changed, 2 insertions, 29 deletions
diff --git a/src/components/SideBar.module.css b/src/components/SideBar.module.css
index 2d61c07..af91f75 100644
--- a/src/components/SideBar.module.css
+++ b/src/components/SideBar.module.css
@@ -3,38 +3,11 @@
position: relative;
}
-.logoLink {
- display: block;
-}
-
-.logo {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 25px 0 15px;
+.logoPlaceholder {
+ height: 15px;
@media (max-width: 768px) {
display: none;
}
- color: #2a477a;
- transition: color 0.3s ease-in-out;
-
- &:hover {
- animation: pulse 0.3s ease-in-out 0s infinite alternate;
- }
-
- img {
- width: 80px;
- height: 80px;
- }
-}
-
-@keyframes pulse {
- 0% {
- color: #2a477a;
- }
- 100% {
- color: #1f52ac;
- }
}
.rows {