File tree Expand file tree Collapse file tree 6 files changed +31
-26
lines changed
component-library/components/testimonials
layouts/_partials/assets/helpers Expand file tree Collapse file tree 6 files changed +31
-26
lines changed Original file line number Diff line number Diff line change 4343@import " components/sidebar.scss" ;
4444@import " components/syntax-dart.scss" ; // note: modified for dart-sass
4545@import " components/table.scss" ;
46+ @import " components/testimonial.scss" ;
4647@import " components/toast.scss" ;
4748@import " components/timeline.scss" ;
4849@import " components/toc.scss" ;
Original file line number Diff line number Diff line change 4141@import " components/sidebar.scss" ;
4242@import " components/syntax.scss" ;
4343@import " components/table.scss" ;
44+ @import " components/testimonial.scss" ;
4445@import " components/toast.scss" ;
4546@import " components/timeline.scss" ;
4647@import " components/toc.scss" ;
Original file line number Diff line number Diff line change 55 --bs-pagination-hover-color : var (--bs-pagination-active-color );
66 --bs-pagination-hover-bg : var (--bs-pagination-active-bg );
77 --bs-pagination-hover-border-color : none ;
8- }
98
10- .pagination .page-item {
11- margin : 0.4rem ;
12- }
9+ .page-item {
10+ margin : 0.4rem ;
11+ }
12+
13+ .page-item :first-of-type {
14+ margin-left : 0 ;
15+ }
16+ }
Original file line number Diff line number Diff line change 1+ .testimonial-img {
2+ height : 10vw ;
3+ width : 10vw ;
4+ background-color : var (--#{$prefix}body-bg );
5+ }
6+
7+ .testimonial-logo {
8+ width : 20vw ;
9+ }
10+
11+ @include media-breakpoint-up (md) {
12+ .testimonial-img {
13+ height : 5vw ;
14+ width : 5vw ;
15+ }
16+
17+ .testimonial-logo {
18+ width : 10vw ;
19+ }
20+ }
Original file line number Diff line number Diff line change 1- .testimonial-img {
2- height : 10vw ;
3- width : 10vw ;
4- background-color : var (--#{$prefix}body-bg );
5- }
6-
7- .testimonial-logo {
8- width : 20vw ;
9- }
10-
11- @include media-breakpoint-up (md) {
12- .testimonial-img {
13- height : 5vw ;
14- width : 5vw ;
15- }
16-
17- .testimonial-logo {
18- width : 10vw ;
19- }
20- }
21-
221section .testimonials {
232 .carousel , .testimonial-grid {
243 width : 100% ;
Original file line number Diff line number Diff line change 1111 {{ if $entry.Params.spacing }}
1212 < li class ="nav-item flex-grow-1 "> </ li >
1313 {{ else }}
14- < li class ="nav-item {{ if .HasChildren }} dropdown me-auto{{ if $horizontal }} dropdown-horizontal-{{ $breakpoint }}{{ end }}{{ end }} ">
14+ < li class ="nav-item {{ if .HasChildren }} dropdown me-auto my-auto {{ if $horizontal }} dropdown-horizontal-{{ $breakpoint }}{{ end }}{{ end }} ">
1515 {{- partial "assets/helpers/navbar-item.html" (dict "menu-entry" $entry "page" $page) -}}
1616 {{- if .HasChildren -}}
1717 < ul class ="dropdown-menu{{ if $control }} dropdown-menu-end{{ end }} ">
You can’t perform that action at this time.
0 commit comments