Sha256: 11a83f006aee0a5327b12ba18b74fe12380018d432d22f003cdc26a013e771e1

Contents?: true

Size: 911 Bytes

Versions: 4

Compression:

Stored size: 911 Bytes

Contents

#paginator-module{
  .btn-pag{
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #bfc5c5;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
    line-height: -1 !important;
  }

  .icon-size{
    line-height: unset !important;
  }

  .bg-current{
    background-color: $keppler-color !important;
  }

  .bg-not{
    color: #fff !important;
  }

  .btn-not{
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    vertical-align: middle;
  }

}

.badge.objects-counter {
  background: #b6bec7;
  margin-bottom: 5px;
  border-radius: 1px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
keppler-2.0.3 installer/core/app/assets/stylesheets/admin/components/paginator/_paginator.scss
keppler-2.0.2 installer/core/app/assets/stylesheets/admin/components/paginator/_paginator.scss
keppler-2.0.1 installer/core/app/assets/stylesheets/admin/components/paginator/_paginator.scss
keppler-2.0.0 installer/core/app/assets/stylesheets/admin/components/paginator/_paginator.scss