diff options
| author | bob <bcz@cs.brown.edu> | 2020-01-17 10:28:52 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-01-17 10:28:52 -0500 |
| commit | 12f3a4a1bfce522c7e647317035ec0deda5c73d5 (patch) | |
| tree | 773c05b1b21191424244944bf926604cba490c1e /src/client/views/CollectionLinearView.scss | |
| parent | 2706f80b352e8a4fba692a9ad0b69ea2a7e25c2d (diff) | |
moving things around. changed multiColumnView to not use intermediate config docs.
Diffstat (limited to 'src/client/views/CollectionLinearView.scss')
| -rw-r--r-- | src/client/views/CollectionLinearView.scss | 75 |
1 files changed, 0 insertions, 75 deletions
diff --git a/src/client/views/CollectionLinearView.scss b/src/client/views/CollectionLinearView.scss deleted file mode 100644 index 81210d7ae..000000000 --- a/src/client/views/CollectionLinearView.scss +++ /dev/null @@ -1,75 +0,0 @@ -@import "globalCssVariables"; -@import "nodeModuleOverrides"; - -.collectionLinearView-outer{ - overflow: hidden; - height:100%; - .collectionLinearView { - display:flex; - height: 100%; - >label { - background: $dark-color; - color: $light-color; - display: inline-block; - border-radius: 18px; - font-size: 12.5px; - width: 18px; - height: 18px; - margin-top:auto; - margin-bottom:auto; - margin-right: 3px; - cursor: pointer; - transition: transform 0.2s; - } - - label p { - padding-left:5px; - } - - label:hover { - background: $main-accent; - transform: scale(1.15); - } - - >input { - display: none; - } - >input:not(:checked)~.collectionLinearView-content { - display: none; - } - - >input:checked~label { - transform: rotate(45deg); - transition: transform 0.5s; - cursor: pointer; - } - - .collectionLinearView-content { - display: flex; - opacity: 1; - position: relative; - margin-top: auto; - - .collectionLinearView-docBtn, .collectionLinearView-docBtn-scalable { - position:relative; - margin:auto; - margin-left: 3px; - transform-origin: center 80%; - } - .collectionLinearView-docBtn-scalable:hover { - transform: scale(1.15); - } - - .collectionLinearView-round-button { - width: 18px; - height: 18px; - border-radius: 18px; - font-size: 15px; - } - - .collectionLinearView-round-button:hover { - transform: scale(1.15); - } - } - } -} |
