Logo white

Administrator / realy_old_artbox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • realy_old_artbox
  • vendor
  • almasaeed2010
  • adminlte
  • build
  • less
  • carousel.less
  • + adminLte
    e9aa73b0
    andryeyev authored
    2015-10-29 14:59:25 +0200  
    Browse Code ยป
carousel.less 268 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control {
  &.left,
  &.right {
    background-image: none;
  }
  > .fa {
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
  }
}