projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
174e085
)
(css) alter .title-page section header style
author
Rigel Kent
<sendmemail@rigelk.eu>
Tue, 17 Dec 2019 12:10:27 +0000
(13:10 +0100)
committer
Rigel Kent
<sendmemail@rigelk.eu>
Tue, 17 Dec 2019 12:10:27 +0000
(13:10 +0100)
client/src/sass/application.scss
patch
|
blob
|
history
diff --git
a/client/src/sass/application.scss
b/client/src/sass/application.scss
index e10663c43d5029de88da29c660305ae203b4ff44..463aeec5b953f8f08d3c0aafcfaae3eb4e4e1b5e 100644
(file)
--- a/
client/src/sass/application.scss
+++ b/
client/src/sass/application.scss
@@
-142,12
+142,19
@@
label {
@include disable-default-a-behaviour;
&.active, &.title-page-single {
- border-bottom: 2px solid var(--mainColor);
font-weight: $font-bold;
margin-top: 30px;
margin-bottom: 25px;
}
+ &.active {
+ border-bottom: 2px solid var(--mainColor);
+ }
+
+ &.title-page-single {
+ font-size: 125%;
+ }
+
&:hover, &:active, &:focus {
color: var(--mainForegroundColor);
}