diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-08 15:22:57 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-08 15:22:57 +0100 |
commit | e600e1fea275c12f4420e23624804617e61a082c (patch) | |
tree | cf3fc20b3a7be686f8630c0adc736e36810161dd /client/src/sass/application.scss | |
parent | cd83ea1b908efe594c1e03f886c0dc4742b91360 (diff) | |
download | PeerTube-e600e1fea275c12f4420e23624804617e61a082c.tar.gz PeerTube-e600e1fea275c12f4420e23624804617e61a082c.tar.zst PeerTube-e600e1fea275c12f4420e23624804617e61a082c.zip |
Design follow admin page
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 5277e2070..ecbb8dac5 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -269,21 +269,25 @@ p-datatable { | |||
269 | } | 269 | } |
270 | 270 | ||
271 | .nav { | 271 | .nav { |
272 | margin-top: 10px; | ||
273 | font-size: 16px !important; | 272 | font-size: 16px !important; |
274 | border: none !important; | 273 | border: none !important; |
275 | 274 | ||
276 | .nav-item .nav-link { | 275 | .nav-item .nav-link { |
277 | height: 30px !important; | ||
278 | margin-right: 30px; | 276 | margin-right: 30px; |
279 | padding: 0 15px; | 277 | padding: 0; |
280 | display: flex; | ||
281 | align-items: center; | ||
282 | border-radius: 3px; | 278 | border-radius: 3px; |
283 | border: none !important; | 279 | border: none !important; |
284 | 280 | ||
281 | .tab-link { | ||
282 | display: flex !important; | ||
283 | align-items: center; | ||
284 | height: 30px !important; | ||
285 | padding: 0 15px; | ||
286 | } | ||
287 | |||
285 | &, & a { | 288 | &, & a { |
286 | color: #000 !important; | 289 | color: #000 !important; |
290 | @include disable-default-a-behaviour; | ||
287 | } | 291 | } |
288 | 292 | ||
289 | &.active, &:hover { | 293 | &.active, &:hover { |