summaryrefslogtreecommitdiffstats
path: root/app/css/_carousel.less
diff options
context:
space:
mode:
Diffstat (limited to 'app/css/_carousel.less')
-rw-r--r--app/css/_carousel.less39
1 files changed, 39 insertions, 0 deletions
diff --git a/app/css/_carousel.less b/app/css/_carousel.less
new file mode 100644
index 00000000..8989490d
--- /dev/null
+++ b/app/css/_carousel.less
@@ -0,0 +1,39 @@
+.slider {
+ box-shadow: 0px 0px 2px 4px darken(@glances-white, 10%);
+ border: none;
+ max-height: 500px;
+
+ .screenshot {
+ max-height: 500px;
+ height: auto;
+ }
+
+ .slick-dots {
+ position: absolute;
+ list-style: none;
+ font-size: 0;
+ margin-top: 20px;
+ padding: 0;
+ width: 100%;
+ text-align: center;
+
+ li {
+ display: inline-block;
+ margin-right: 25px;
+
+ &.slick-active button {
+ background-color: @secondary-color;
+ }
+
+ button {
+ width: 5px;
+ height: 5px;
+ padding: 0;
+ border-radius: 5px;
+ border: none;
+ box-shadow: none;
+ background-color: darken(@glances-white, 10%);
+ }
+ }
+ }
+}