Fix dropdown menus in static pages
This commit is contained in:
parent
fa2d857d70
commit
1a27f11e73
@ -108,7 +108,8 @@ h6 {
|
|||||||
padding-top: .65001rem;
|
padding-top: .65001rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:not(.btn) {
|
p {
|
||||||
|
a:not(.btn) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: @cp-link;
|
color: @cp-link;
|
||||||
|
|
||||||
@ -120,6 +121,7 @@ a:not(.btn) {
|
|||||||
&:visited {
|
&:visited {
|
||||||
color: @cp-link-visited;
|
color: @cp-link-visited;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
a.btn {
|
a.btn {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
|||||||
@ -72,7 +72,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
&.link a {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
color: @cp-link;
|
color: @cp-link;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user