28 lines
513 B
Sass
28 lines
513 B
Sass
@import constants
|
|
@import ./foundation_and_overrides
|
|
@import font-awesome
|
|
table
|
|
&.table
|
|
// Bootstrap behaviour
|
|
width: 100%
|
|
td.actions, th.actions
|
|
text-align: right
|
|
+table-fit
|
|
th.status-icons, td.status-icons
|
|
+table-fit
|
|
.table-edit
|
|
+button($bg: $secondary-color)
|
|
+button-icon-only
|
|
span
|
|
@extend .fa
|
|
@extend .fa-pencil
|
|
.table-destroy
|
|
+button($bg: $secondary-color)
|
|
+button-icon-only
|
|
color: $warning-color
|
|
|
|
margin-left: 8px
|
|
span
|
|
@extend .fa
|
|
@extend .fa-times
|