From ad42bea3a55ca7937f082cc641764de70ce34bd1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 12 Apr 2017 22:00:17 +0200 Subject: Client: update to angular 4 --- client/src/sass/application.scss | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 994b1e2b9..df3ee6c20 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -42,23 +42,25 @@ menu { } } -.ng2-smart-table-container { - .ng2-smart-table { - - thead tr { - border-top: 1px solid rgb(233, 235, 236) - } +/* some fixes for ng2-smart-table */ +ng2-smart-table { + thead tr { + border-top: 1px solid rgb(233, 235, 236) + } - td, th { - padding: 8px !important; - color: #333333 !important; - font-size: 14px !important; - } + td, th { + padding: 8px !important; + color: #333333 !important; + font-size: 14px !important; } .ng2-smart-pagination-nav .page-link { font-size: 11px !important; } + + .glyphicon { + font-family: 'Glyphicons Halflings' !important; + } } [hidden] { -- cgit v1.2.3