Fixing some styling on the frontend

This commit is contained in:
Nabeel Shahzad
2018-04-03 19:21:42 -05:00
parent 4d3fb5b873
commit 6fb66a1d80
20 changed files with 256 additions and 245 deletions

View File

@@ -31,6 +31,7 @@
@import "now-ui-kit/progress";
@import "now-ui-kit/badges";
@import "now-ui-kit/pagination";
@import "now-ui-kit/tables";
@import "now-ui-kit/typography";
@import "now-ui-kit/misc";
@import "now-ui-kit/pills";

View File

@@ -37,14 +37,14 @@
}
.page-item.active > .page-link{
color: $light-gray;
color: $brand-primary;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
&,
&:focus,
&:hover{
background-color: $default-color;
border-color: $default-color;
background-color: $brand-primary;
border-color: $brand-primary;
color: $white-color;
}
}
@@ -61,8 +61,8 @@
&,
&:focus,
&:hover{
background-color: $brand-info;
border-color: $brand-info;
background-color: $brand-primary;
border-color: $brand-primary;
}
}
}
@@ -72,8 +72,8 @@
&,
&:focus,
&:hover{
background-color: $brand-success;
border-color: $brand-success;
background-color: $brand-primary;
border-color: $brand-primary;
}
}
}

View File

@@ -0,0 +1,11 @@
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
padding: 5px;
/*text-align: center;*/
cursor: pointer;
}

View File

@@ -69,7 +69,7 @@ $danger-color-opacity: rgba(255, 54, 54, .3) !default;
$danger-color-alert: rgba(255, 54, 54, .8) !default;
/* brand Colors */
$brand-primary: $primary-color !default;
$brand-primary: #067ec1 !default;
$brand-info: $info-color !default;
$brand-success: $success-color !default;
$brand-warning: $warning-color !default;

View File

@@ -123,17 +123,6 @@
color: $primary-color;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th{
padding: 2px;
text-align: center;
cursor: pointer;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;