File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1950,10 +1950,10 @@ $breadcrumb-divider-flipped: $breadcrumb-divider !default;
19501950
19511951// OUDS mod
19521952// Bullet list
1953- $bullet-list-marker-level-0 : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16 '><rect x='5' y='5' width='6' height='6 '/></svg>" ) !default ;
1954- $bullet-list-marker-level-1 : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16 '><rect x='5' y='7' width='6' height='2 '/></svg>" ) !default ;
1955- $bullet-list-marker-level-2 : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16 '><rect x='6.25' y='6.25' width='3.5' height='3.5 '/></svg>" ) !default ;
1956- $bullet-list-empty-marker : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16 '></svg>" ) !default ;
1953+ $bullet-list-marker-level-0 : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20 '><path d='M6.25 6.25h7.5v7.5h-7.5z '/></svg>" ) !default ;
1954+ $bullet-list-marker-level-1 : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20 '><path d='M6.25 8.75h7.5v2.5h-7.5z '/></svg>" ) !default ;
1955+ $bullet-list-marker-level-2 : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20 '><path d='M7.813 7.813h4.375v4.375H7.813z '/></svg>" ) !default ;
1956+ $bullet-list-empty-marker : url (" data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20 '></svg>" ) !default ;
19571957// End mod
19581958
19591959// Carousel
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ $enable-cssgrid: true;
4545$enable-bullet-list-tick : true;
4646// fusv-enable
4747@import " ../../../scss/grid" ;
48+ @import " ../../../scss/bullet-list" ;
4849
4950// Load docs components
5051@import " variables" ;
You can’t perform that action at this time.
0 commit comments