diff --git a/demo-shell-ng2/app/components/files/files.component.css b/demo-shell-ng2/app/components/files/files.component.css index b7c0943425..e69de29bb2 100644 --- a/demo-shell-ng2/app/components/files/files.component.css +++ b/demo-shell-ng2/app/components/files/files.component.css @@ -1,17 +0,0 @@ -/* small desktop */ -@media all and (max-width: 1200px) {} - -/* tablet */ -@media all and (max-width: 1024px) {} - - /* mobile phone */ -@media all and (max-width: 768px) { - - alfresco-document-list >>> th.desktop-only .cell-value { - display: none; - } - - alfresco-document-list >>> td.desktop-only .cell-value { - display: none; - } -}