diff options
Diffstat (limited to 'Timeline/ClientApp/src/app/views/timeline/timeline.sass')
-rw-r--r-- | Timeline/ClientApp/src/app/views/timeline/timeline.sass | 14 |
1 files changed, 0 insertions, 14 deletions
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) |