aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-04-12 22:00:17 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-04-12 22:00:17 +0200
commitad42bea3a55ca7937f082cc641764de70ce34bd1 (patch)
tree621302fd9fa39ad5e76c5c0a5e7197464a0ea125 /client/src/sass
parentd8e689b864749648d03cf4391fd4a475126f01cd (diff)
downloadPeerTube-ad42bea3a55ca7937f082cc641764de70ce34bd1.tar.gz
PeerTube-ad42bea3a55ca7937f082cc641764de70ce34bd1.tar.zst
PeerTube-ad42bea3a55ca7937f082cc641764de70ce34bd1.zip
Client: update to angular 4
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss24
1 files changed, 13 insertions, 11 deletions
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 {
42 } 42 }
43} 43}
44 44
45.ng2-smart-table-container { 45/* some fixes for ng2-smart-table */
46 .ng2-smart-table { 46ng2-smart-table {
47 47 thead tr {
48 thead tr { 48 border-top: 1px solid rgb(233, 235, 236)
49 border-top: 1px solid rgb(233, 235, 236) 49 }
50 }
51 50
52 td, th { 51 td, th {
53 padding: 8px !important; 52 padding: 8px !important;
54 color: #333333 !important; 53 color: #333333 !important;
55 font-size: 14px !important; 54 font-size: 14px !important;
56 }
57 } 55 }
58 56
59 .ng2-smart-pagination-nav .page-link { 57 .ng2-smart-pagination-nav .page-link {
60 font-size: 11px !important; 58 font-size: 11px !important;
61 } 59 }
60
61 .glyphicon {
62 font-family: 'Glyphicons Halflings' !important;
63 }
62} 64}
63 65
64[hidden] { 66[hidden] {