merge with origin

This commit is contained in:
Yan
2017-10-12 18:11:03 +06:30
39 changed files with 957 additions and 556 deletions

View File

@@ -15,6 +15,10 @@
padding-left: 10px;
padding-right: 10px;
}
.col-lg-1, .col-md-1, .col-sm-1,col-xl-1{
padding-left: 5px ;
padding-right: 5px ;
}
.navbar {
padding: 0.1rem 1rem;
@@ -83,16 +87,26 @@ section.content {
.card {
margin-bottom: 20px;
}
.card .card-header {
padding: 0.5rem;
}
.card .card-title{
margin-bottom:0.5rem;
}
.card .card-block {
padding: 0.5rem 1rem 1rem;
}
.btn {
padding: .46875rem 0.25rem;
color : #fff !important;
}
.btn-default, .bg-default{
color : #111 !important;
}
.checkbox label, label.checkbox-inline {
padding-left: 0;
}
@@ -109,6 +123,7 @@ section.content {
opacity: 1;
}
.sidebar .menu .list .header {
background: #eee;
font-size: 12px;
@@ -116,6 +131,10 @@ section.content {
padding: 8px 16px;
}
.breadcrumb {
font-size:0.87rem;
}
/* End Reset Theme */
/* *************************************************** */