Sha256: edd6cdc885efa1707d779d3caea0d93478660925405083af6062b2198d4bfdbd

Contents?: true

Size: 1.74 KB

Versions: 3

Compression:

Stored size: 1.74 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree
 *= require bootstrap 
 *= require bootstrap-theme
 */

.btn {
  margin-left:2%;
  margin-bottom:2%;
}

.h1, .h2 {
  margin-top:2%;
}

.top{
  margin-top: 3%;
}

.center {
  text-align: center;
  letter-spacing: 1px;
}

.cdiv{
  text-align: center;
  margin: 0 auto;
}

.mega-top-buffer{
	margin-top:4%;
}

.top-buffer{
	margin-top:1%;
}
.bottom-buffer{
	margin-bottom:2%;
}
.titre{
	font-size:200%;
}

.bold{
	font-weight:bold;
}

.cadre{
	background-color:#F5F5F5;
	margin-bottom:1%;
	border:1px solid #D8D8D8;
	padding:0.5%; 
}

.pagination a, .pagination span.current, .pagination span.gap {
    float: left;
    background-image:linear-gradient(#FAFAFA, #D8D8D8);
    padding: 0 14px;
    line-height: 30px;
    border: 1px solid #D8D8D8;
    color: #6E6E6E;
    border-radius: 8px;
}
.pagination {
    border-left: 1px solid #ddd;
    .first{
        padding : 0;
        float: none;
        border: none;
    }
    .prev {
        padding : 0;
        float: none;
        border: none;
    }
    .page{
        padding : 0;
        float: none;
        border: none;
    }
    .next{
        padding : 0;
        float: none;
        border: none;
    }
    .last{
        padding : 0;
        float: none;
        border: none;
    }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
customer_vault-0.0.4 app/assets/stylesheets/customer_vault/application.css
customer_vault-0.0.3 app/assets/stylesheets/customer_vault/application.css
customer_vault-0.0.2 app/assets/stylesheets/customer_vault/application.css