Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
360 changes: 181 additions & 179 deletions assets/scss/_nav.scss

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions assets/scss/_search.scss
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// Search

.td-search-input {
background: transparent;
max-width: 90%;
background: transparent;
max-width: 90%;

&.form-control:focus {
border-color: lighten($primary, 60%);
box-shadow: 0 0 0 2px lighten($primary, 30%);
}
&.form-control:focus {
border-color: lighten($primary, 60%);
box-shadow: 0 0 0 2px lighten($primary, 30%);
}

@if $enable-rounded {
border-radius: 1rem;
}
@if $enable-rounded {
border-radius: 1rem;
}

font-family: "Font Awesome 5 Free", $font-family-base;
font-family: "Font Awesome 6 Free", $font-family-base;
}

.popover.offline-search-result {
// Override bootstrap default style (max-width: $popover-max-width;)
max-width: 90%;
// Override bootstrap default style (max-width: $popover-max-width;)
max-width: 90%;

.card {
margin-bottom: $spacer * .5;
.card {
margin-bottom: $spacer * 0.5;

.card-header {
font-weight: bold;
}
.card-header {
font-weight: bold;
}
}
}
54 changes: 25 additions & 29 deletions assets/scss/_taxonomy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
font-size: 0.8rem;

.taxonomy-title {
display: inline;
display: inline;
font-size: 1.25em;
height: 1em;
line-height: 1em;
Expand All @@ -21,7 +21,7 @@
font-size: 0.8rem;

.taxonomy-title {
display: inline-block;
display: inline-block;
width: 100%;
font-size: 1rem;
font-weight: 700;
Expand Down Expand Up @@ -50,14 +50,12 @@
}

.taxo-text-tags {

li + li::before {
content: none;
}
}

.taxo-fruits {

.taxonomy-count,
.taxonomy-label {
display: inherit;
Expand All @@ -79,7 +77,7 @@
.taxonomy-terms {
list-style: none;
margin: 0;
overflow: hidden;
overflow: hidden;
padding: 0;
display: inline;

Expand Down Expand Up @@ -125,26 +123,25 @@
margin: 0 0.5em 0.2em 0;
text-decoration: none;
-webkit-transition: color 0.2s;
-webkit-clip-path: polygon(100% 0,100% 100%,0.8em 100%,0 50%,0.8em 0);
clip-path: polygon(100% 0,100% 100%,0.8em 100%,0 50%,0.8em 0);
-webkit-clip-path: polygon(100% 0, 100% 100%, 0.8em 100%, 0 50%, 0.8em 0);
clip-path: polygon(100% 0, 100% 100%, 0.8em 100%, 0 50%, 0.8em 0);

&:hover {
background-color: $primary;
color: $white;

.taxonomy-count{
color: $dark!important;
.taxonomy-count {
color: $dark !important;
}
}

&:hover::before {
background: $primary;
background: $primary;
}
}

// Example for simple tags layout
.taxo-text-tags {

.taxonomy-term {
background: none;
border-width: 0;
Expand All @@ -160,16 +157,16 @@
text-decoration: none;
-webkit-clip-path: none;
clip-path: none;

&:hover {
background: none;
color: $link-color;

.taxonomy-count{
color: $dark!important;
.taxonomy-count {
color: $dark !important;
}
}

&:hover::before {
background: none;
}
Expand Down Expand Up @@ -201,14 +198,13 @@

// Example for icon tags
.taxo-fruits {

.taxonomy-term[data-taxonomy-term]::before {
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
// font-weight: 900;
font-family: "Font Awesome 6 Free";
// font-weight: 900;
padding-right: 0.5em;
font-size: 2em;
min-width: 1.5em;
Expand Down Expand Up @@ -249,16 +245,16 @@
text-decoration: none;
-webkit-clip-path: none;
clip-path: none;

&:hover {
background: none;
color: $link-color;

.taxonomy-count{
color: $dark!important;
.taxonomy-count {
color: $dark !important;
}
}

&:hover::before {
background: none;
text-shadow: 0 0 3px $gray-900;
Expand All @@ -276,7 +272,7 @@
.taxonomy-title {
display: none;
}
}
}
}

.taxonomy-taxonomy-page {
Expand All @@ -298,7 +294,7 @@
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
content: "\f02d";
padding-right: 0.5em;
}
Expand All @@ -309,7 +305,7 @@
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
content: "\f781";
padding-right: 0.5em;
}
Expand All @@ -325,8 +321,8 @@
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
content: "\f122";
padding-right: 0.5em;
}
}
}
36 changes: 0 additions & 36 deletions assets/vendor/Font-Awesome/.github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions assets/vendor/Font-Awesome/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

Loading