Files
mozo-backend/app/assets/stylesheets/supplier/foundation1/tables.css.sass
T
2014-04-17 23:05:35 +02:00

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