1
0
Fork 0

🚧 Changes to components and css

This commit is contained in:
Joost De Cock 2019-05-30 15:36:58 +02:00
parent 1d487077ff
commit 341d5fdb8b
7 changed files with 24 additions and 15 deletions

View file

@ -6,6 +6,8 @@ button.fab {
background: $fc-text-light!important;
z-index: 20;
font-size: 2rem;
border: 1px solid $oc-gray-7;
border-radius: 50%;
}
button.fab.primary {
right: 1rem;

View file

@ -2,7 +2,7 @@ ul.topics {
margin: 0;
padding: 0;
}
ul.topics > li.topic {
ul.topics > li {
@include title-font;
list-style-type: none;
//text-transform: uppercase;
@ -19,13 +19,13 @@ ul.topics > li.topic {
text-decoration: none!important;
}
}
ul.topics > li.topic.active {
ul.topics > li.active {
font-weight: bold;
a.topic {
border-left: 4px solid $fc-link-light;
}
}
ul.topics > li.topic > ul.topics.l1 {
ul.topics > li > ul.topics.l1 {
font-weight: normal;
a {
color: $fc-text-light!important;
@ -55,7 +55,7 @@ ul.topics > li.topic > ul.topics.l1 {
}
.theme-wrapper.dark {
ul.topics > li.topic {
ul.topics > li {
a.topic {
color: $fc-text-dark!important;
}
@ -63,7 +63,7 @@ ul.topics > li.topic > ul.topics.l1 {
background: $oc-gray-6;
}
}
ul.topics > li.topic > ul.topics.l1 {
ul.topics > li > ul.topics.l1 {
a {
color: $fc-text-dark!important;
}

View file

@ -57,7 +57,7 @@ pre.language-svg:before {
pre code[class*="language-"],
pre[class*="language-"] {
white-space: pre-wrap;
border-radius: 4px;
border-radius: 6px;
margin: 2rem 0;
padding: 1.5rem 0;
}