mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-23 09:46:10 +01:00
styles(smarttable): fix styles for the admin panel tables
This commit is contained in:
parent
8b93999ba9
commit
056104a2a7
4 changed files with 17 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<div class="widgets">
|
||||
|
||||
<div class="row">
|
||||
<ba-card title="Basic Example">
|
||||
<ba-card title="Basic Example" baCardClass="with-scroll">
|
||||
<div class="row">
|
||||
<div class="form-group col-sm-3 col-xs-6">
|
||||
<input type="text" class="form-control" placeholder="Search" [(ngModel)]="query" (keydown.enter)="onSearch()">
|
||||
|
|
|
|||
|
|
@ -3,16 +3,21 @@
|
|||
.ng2-smart-table-container table.ng2-smart-table {
|
||||
th, td {
|
||||
border: 1px solid $border;
|
||||
line-height: 35px;
|
||||
}
|
||||
|
||||
color: $default-text;
|
||||
|
||||
input {
|
||||
line-height: 1.5!important;
|
||||
}
|
||||
|
||||
a.ng2-smart-sort-link {
|
||||
font-size: 14px !important;
|
||||
color: $default-text;
|
||||
font-weight: $font-bold;
|
||||
font-weight: $font-bolder;
|
||||
&.sort {
|
||||
font-weight: $font-bold !important;
|
||||
font-weight: $font-bolder !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -31,6 +36,7 @@
|
|||
a.ng2-smart-action {
|
||||
font-size: 14px !important;
|
||||
color: $default-text;
|
||||
padding: 0 5px;
|
||||
|
||||
&.ng2-smart-action-add-add {
|
||||
font-size: 25px !important;
|
||||
|
|
@ -42,14 +48,3 @@ nav.ng2-smart-pagination-nav {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.ng2-smart-pagination {
|
||||
.ng2-smart-page-item.active .ng2-smart-page-link {
|
||||
background-color: $primary;
|
||||
border-color: $default-text;
|
||||
&:active, &:hover {
|
||||
background-color: $primary;
|
||||
border-color: $default-text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue