Commit 9a2e23e0 authored by santiaago's avatar santiaago
Browse files

add main carousel style for all carousels in web app

parent 8a8440e4
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
/* Main style for all CAROUSEL objects
-------------------------------------------------- */

.carousel .carousel-control{
    opacity: 1;
    background: transparent;
}

.carousel-control.right {
  left: auto;
  right: -60px;
}

.carousel-control.left {
  left: -60px;
  right: auto;
}

.carousel-caption { bottom:-95px; }
.carousel-inner { padding-bottom:95px; }
+3 −4
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
    <link href="assets/css/banner.css" rel="stylesheet">
    <link href="assets/css/whatis.css" rel="stylesheet">
    <link href="assets/css/features.css" rel="stylesheet">
    <link href="assets/css/examples.css" rel="stylesheet">
    <link href="assets/css/carousel.css" rel="stylesheet">
  </head>
  <body>
    <div class="tinygraphs-browsehappy" ng-include="'partials/browsehappy.html'"></div>
@@ -43,11 +45,8 @@
    <div class="container marketing">      
      <div class="tinygraphs-marketing-whatisit" ng-include="'partials/marketing/whatisit.html'"></div>
      <div class="tinygraphs-marketing-features" ng-include="'partials/marketing/features.html'"></div>
      
      <hr class="tinygraphs-divider">
      <div class="tinygraphs-marketing-specs" ng-include="'partials/marketing/specs.html'"></div>
      <hr class="tinygraphs-divider">
      <div class="tinygraphs-example" ng-include="'partials/marketing/example.html'"></div>
      <div class="tinygraphs-marketing-specs" ng-include="'partials/marketing/specs.html'"></div>
      <hr class="tinygraphs-divider">
      <div class="tinygraphs-get-started" ng-include="'partials/marketing/get-started.html'"></div>
      <hr class="tinygraphs-divider">