mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 10:50:13 +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 {
|
.actions {
|
||||||
float: none;
|
float: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
a + a {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -37,6 +34,7 @@
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
color: $default-text;
|
color: $default-text;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
&.ng2-smart-action-add-add {
|
&.ng2-smart-action-add-add {
|
||||||
font-size: 25px !important;
|
font-size: 25px !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue