From 01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 Mon Sep 17 00:00:00 2001 From: Kapil Viren Ahuja Date: Thu, 23 Mar 2017 15:17:03 +0530 Subject: adding the new theme --- templates/assets/sass/material-kit/_carousel.scss | 52 ----------------------- 1 file changed, 52 deletions(-) delete mode 100644 templates/assets/sass/material-kit/_carousel.scss (limited to 'templates/assets/sass/material-kit/_carousel.scss') diff --git a/templates/assets/sass/material-kit/_carousel.scss b/templates/assets/sass/material-kit/_carousel.scss deleted file mode 100644 index 5c80a95..0000000 --- a/templates/assets/sass/material-kit/_carousel.scss +++ /dev/null @@ -1,52 +0,0 @@ -.carousel{ - .carousel-control{ - width: 50%; - - &.left, - &.right{ - background-image: none; - } - - .material-icons, - .fa{ - display: none; - } - } - .left{ - cursor: url("../img/arrow-left.png"), url("../img/arrow-left.cur"), default !important; - } - .right{ - cursor: url("../img/arrow-right.png"), url("../img/arrow-right.cur"), default !important; - } - - .carousel-indicators{ - bottom: 5px; - - li, - .active{ - margin: 11px 10px; - } - - li{ - background: #FFFFFF; - @include shadow-2dp(); - @extend .animation-transition-general; - border-radius: $border-radius-small; - } - .active{ - margin-top: 10px; - @include transform-scale(1.5); - @include shadow-4dp(); - } - } - - .carousel-caption{ - padding-bottom: 45px; - - .material-icons{ - position: relative; - top: 5px; - } - } - -} -- cgit v1.3.1