diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-10 19:59:26 -0500 |
| commit | 3817c901191e73c8c141a52e202ded0fd12abf6c (patch) | |
| tree | 09dd443b6594321899cda233769feaf71d4e307e /src/client/views/collections/CollectionCarouselView.scss | |
| parent | a547bf10571c6e45f59fb8205171123da2560c75 (diff) | |
cleanup of summary docs. icons. carousel fwd/back
Diffstat (limited to 'src/client/views/collections/CollectionCarouselView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionCarouselView.scss | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/src/client/views/collections/CollectionCarouselView.scss b/src/client/views/collections/CollectionCarouselView.scss index 4815f1a59..ad369bbff 100644 --- a/src/client/views/collections/CollectionCarouselView.scss +++ b/src/client/views/collections/CollectionCarouselView.scss @@ -14,27 +14,23 @@ width: 100%; } } -.carouselView-back { +.carouselView-back, .carouselView-fwd { position: absolute; display: flex; - left: 0; top: 50%; width: 30; height: 30; - background: lightgray; align-items: center; border-radius: 5px; justify-content: center; + background : rgba(255, 255, 255, 0.46); } -.carouselView-fwd { - position: absolute; - display: flex; +.carouselView-fwd { right: 0; - top: 50%; - width: 30; - height: 30; +} +.carouselView-back { + left: 0; +} +.carouselView-back:hover, .carouselView-fwd:hover { background: lightgray; - align-items: center; - border-radius: 5px; - justify-content: center; }
\ No newline at end of file |
