]> _ Git - pmi.git/commitdiff
wip #2747 @7
authornael <nael@cubedesigners.com>
Tue, 2 Jul 2019 16:20:19 +0000 (18:20 +0200)
committernael <nael@cubedesigners.com>
Tue, 2 Jul 2019 16:20:19 +0000 (18:20 +0200)
public/_modules/home-slider/style.css [new file with mode: 0644]

diff --git a/public/_modules/home-slider/style.css b/public/_modules/home-slider/style.css
new file mode 100644 (file)
index 0000000..a9092bc
--- /dev/null
@@ -0,0 +1,33 @@
+* {
+  padding: 0;
+  box-sizing: border-box !important;
+  margin: 0;
+  font-family: 'Muli', sans-serif;
+}
+.column-wrapper.hide {
+  display: none;
+}
+.arrow {
+  cursor: pointer;
+}
+.home-arrow-left {
+  position: absolute;
+  top: 50%;
+  left: 2%;
+}
+.home-arrow-right {
+  position: absolute;
+  top: 50%;
+  right: 2%;
+}
+.column-wrapper.active {
+  display: grid;
+}
+.slide-img {
+  position: relative;
+}
+.img-slider {
+  position: absolute;
+  width: 100%;
+  height: 100%;
+}