From 70be5235ba90a15b7798a7922382835fd680b1fc Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 3 Sep 2020 18:10:02 +0800 Subject: Migrate to react-bootstrap. --- Timeline/ClientApp/src/app/views/timeline/timeline.sass | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Timeline/ClientApp/src/app/views/timeline/timeline.sass') diff --git a/Timeline/ClientApp/src/app/views/timeline/timeline.sass b/Timeline/ClientApp/src/app/views/timeline/timeline.sass index 0eeec73a..e69de29b 100644 --- a/Timeline/ClientApp/src/app/views/timeline/timeline.sass +++ b/Timeline/ClientApp/src/app/views/timeline/timeline.sass @@ -1,14 +0,0 @@ -.info-card-container - .info-card-collapse-button - z-index: 1 - position: relative - - .info-card-content - width: 100% - position: absolute - transform-origin: right top - transition: transform 0.5s - - &[data-collapse='true'] - .info-card-content - transform: scale(0) -- cgit v1.2.3