aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-17 13:10:27 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-17 13:10:27 +0100
commitd6ed9ccc819eba813b3bf8e1f8829117d43382b2 (patch)
treef97b9e4a2252d5370fdd845874b91f6d4a3df245 /client
parent174e0855873d7086ad8240599101c2f717ebbd59 (diff)
downloadPeerTube-d6ed9ccc819eba813b3bf8e1f8829117d43382b2.tar.gz
PeerTube-d6ed9ccc819eba813b3bf8e1f8829117d43382b2.tar.zst
PeerTube-d6ed9ccc819eba813b3bf8e1f8829117d43382b2.zip
(css) alter .title-page section header style
Diffstat (limited to 'client')
-rw-r--r--client/src/sass/application.scss9
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 }