1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

fix deprecated sass extend

This commit is contained in:
Sylvain 2020-03-24 18:53:25 +01:00
parent 2bbce711d9
commit 467c6351b1

View File

@ -197,7 +197,7 @@
} }
table.closings-table { table.closings-table {
@extend table.scrollable-3-cols; @extend .scrollable-3-cols;
tbody .actions { tbody .actions {
padding-left: 2em; padding-left: 2em;