Sha256: 77e0fac5e0324b722b0dc6bfbbd6f8c400cad8695526cca1cc8eae0e329621fe

Contents?: true

Size: 942 Bytes

Versions: 1

Compression:

Stored size: 942 Bytes

Contents

$tools_link_color: #3f3f3f;

.just-top-padding {
   padding: inherit !important;
   padding-top: 0.5em !important;
}

.box-tools, .box-title {
   .btn {
      margin-left: 0.2em;
      margin-right: 0.2em;
      a {
         color: #fff;
      }
   }
   .search-group {
      margin-left: 0.2em;
      margin-right: 0.2em;
   }

}

.list-view-table {
   tr {
      th:first-child, td:first-child {
         width: 2em;
      }
      th:last-child, td:last-child {
         span {
            cursor: pointer;
         }
      }

      &.title-row {

         .tools {
            visibility: hidden;

            direction: ltr;
            a {
               color: $tools_link_color;
            }
         }

         &:hover {
            .tools {
            visibility: visible;
            }
         }
      }
   }
}

.pointer {
   cursor: pointer;
}

.pagination_page {
   width: 8em;
   padding-left: 1em;
   padding-right: 1em;

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dashstrap-0.1.0 app/assets/stylesheets/dashstrap/main.css.scss