diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-17 13:10:27 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-17 13:10:27 +0100 |
commit | d6ed9ccc819eba813b3bf8e1f8829117d43382b2 (patch) | |
tree | f97b9e4a2252d5370fdd845874b91f6d4a3df245 /client/src/sass | |
parent | 174e0855873d7086ad8240599101c2f717ebbd59 (diff) | |
download | PeerTube-d6ed9ccc819eba813b3bf8e1f8829117d43382b2.tar.gz PeerTube-d6ed9ccc819eba813b3bf8e1f8829117d43382b2.tar.zst PeerTube-d6ed9ccc819eba813b3bf8e1f8829117d43382b2.zip |
(css) alter .title-page section header style
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index e10663c43..463aeec5b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -142,12 +142,19 @@ label { | |||
142 | @include disable-default-a-behaviour; | 142 | @include disable-default-a-behaviour; |
143 | 143 | ||
144 | &.active, &.title-page-single { | 144 | &.active, &.title-page-single { |
145 | border-bottom: 2px solid var(--mainColor); | ||
146 | font-weight: $font-bold; | 145 | font-weight: $font-bold; |
147 | margin-top: 30px; | 146 | margin-top: 30px; |
148 | margin-bottom: 25px; | 147 | margin-bottom: 25px; |
149 | } | 148 | } |
150 | 149 | ||
150 | &.active { | ||
151 | border-bottom: 2px solid var(--mainColor); | ||
152 | } | ||
153 | |||
154 | &.title-page-single { | ||
155 | font-size: 125%; | ||
156 | } | ||
157 | |||
151 | &:hover, &:active, &:focus { | 158 | &:hover, &:active, &:focus { |
152 | color: var(--mainForegroundColor); | 159 | color: var(--mainForegroundColor); |
153 | } | 160 | } |