diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 14:46:22 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-01 14:46:22 +0100 |
commit | 9bf9d2a5c223bf006496ae7adf0c0bd7a7975108 (patch) | |
tree | 7e72814af43176ad96841046a9310af001d23a14 /client/src/sass | |
parent | 26c6ee80d0fecfce595e8970f15717560b4f4ceb (diff) | |
download | PeerTube-9bf9d2a5c223bf006496ae7adf0c0bd7a7975108.tar.gz PeerTube-9bf9d2a5c223bf006496ae7adf0c0bd7a7975108.tar.zst PeerTube-9bf9d2a5c223bf006496ae7adf0c0bd7a7975108.zip |
Begin videos list new design
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 26 |
1 files changed, 8 insertions, 18 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 58f07612b..fc61a22da 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -33,24 +33,14 @@ input.readonly { | |||
33 | } | 33 | } |
34 | 34 | ||
35 | .main-col { | 35 | .main-col { |
36 | .content-padding { | 36 | padding: 30px; |
37 | padding: 15px 30px; | 37 | |
38 | 38 | .title-page { | |
39 | @media screen and (max-width: 800px) { | 39 | font-size: 16px; |
40 | padding: 15px 10px; | 40 | font-weight: $font-bold; |
41 | } | 41 | display: inline-block; |
42 | 42 | border-bottom: 2px solid $orange-color; | |
43 | @media screen and (min-width: 1400px) { | 43 | margin-bottom: 25px; |
44 | padding: 15px 40px; | ||
45 | } | ||
46 | |||
47 | @media screen and (min-width: 1600px) { | ||
48 | padding: 15px 50px; | ||
49 | } | ||
50 | |||
51 | @media screen and (min-width: 1800px) { | ||
52 | padding: 15px 60px; | ||
53 | } | ||
54 | } | 44 | } |
55 | } | 45 | } |
56 | 46 | ||