PHP Classes

File: vendors/gentelella/vendors/parsleyjs/bower_components/bootstrap/less/pager.less

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/parsleyjs/bower_components/bootstrap/less/pager.less   Download  
File: vendors/gentelella/vendors/parsleyjs/bower_components/bootstrap/less/pager.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 865 bytes
 

Contents

Class file image Download
// // Pager pagination // -------------------------------------------------- .pager { padding-left: 0; margin: @line-height-computed 0; list-style: none; text-align: center; .clearfix(); li { display: inline; > a, > span { display: inline-block; padding: 5px 14px; background-color: @pagination-bg; border: 1px solid @pagination-border; border-radius: @pager-border-radius; } > a:hover, > a:focus { text-decoration: none; background-color: @pagination-hover-bg; } } .next { > a, > span { float: right; } } .previous { > a, > span { float: left; } } .disabled { > a, > a:hover, > a:focus, > span { color: @pager-disabled-color; background-color: @pagination-bg; cursor: not-allowed; } } }