mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
styles(smarttable): fix styles for actions
This commit is contained in:
parent
056104a2a7
commit
9f706d581a
1 changed files with 1 additions and 3 deletions
|
|
@ -27,9 +27,6 @@
|
|||
.actions {
|
||||
float: none;
|
||||
text-align: center;
|
||||
a + a {
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -37,6 +34,7 @@
|
|||
font-size: 14px !important;
|
||||
color: $default-text;
|
||||
padding: 0 5px;
|
||||
display: inline-block;
|
||||
|
||||
&.ng2-smart-action-add-add {
|
||||
font-size: 25px !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue