Merge branch 'main' into education-custom-subsections
This commit is contained in:
commit
fcf777d3f8
12 changed files with 116 additions and 79 deletions
|
@ -46,3 +46,13 @@ html[data-theme='dark'] {
|
|||
.svg-inverted {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.logo-holder {
|
||||
height: 64px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.company-logo {
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
}
|
|
@ -10,7 +10,7 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.list-link {
|
||||
.list-link, .taxonomy-term {
|
||||
text-decoration: none !important;
|
||||
color: get-light-color('text-color');
|
||||
@include transition();
|
||||
|
@ -67,7 +67,7 @@ html[data-theme='dark'] {
|
|||
}
|
||||
}
|
||||
|
||||
.list-link {
|
||||
.list-link, .taxonomy-term {
|
||||
color: get-dark-color('text-color');
|
||||
|
||||
&:hover,
|
||||
|
|
|
@ -92,6 +92,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
.company-heading {
|
||||
h5 {
|
||||
display: inline;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
p {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@include media('<=medium') {
|
||||
.container {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue