File tree Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Expand file tree Collapse file tree 4 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 11.bb-icon {
2- --bb-icon-width : 12 px ;
2+ --bb-icon-width : #{ $bb-icon-width } ;
33 --bb-icon-color : var (--bs-body-color );
44 display : inline-flex ;
55
Original file line number Diff line number Diff line change 1- .bb-svg-icon {
2- --bb-svg-icon-width : 12 px ;
1+ .bb-svg-icon {
2+ --bb-svg-icon-width : #{ $bb-svg-icon-width } ;
33 --bb-svg-icon-color : var (--bs-body-color );
44 display : inline-flex ;
5- }
65
7- . bb-svg-icon > svg {
6+ > svg {
87 width : var (--bb-svg-icon-width );
98 height : var (--bb-svg-icon-width );
10- }
119
12- . bb-svg-icon > svg > * {
10+ > * {
1311 stroke : var (--bb-svg-icon-color );
1412 }
13+ }
14+ }
Original file line number Diff line number Diff line change 4747@import " ../../Components/GroupBox/GroupBox.razor.scss" ;
4848@import " ../../Components/Handwritten/Handwritten.razor.scss" ;
4949@import " ../../Components/Icon/BootstrapBlazorIcon.razor.scss" ;
50+ @import " ../../Components/Icon/SvgIcon.razor.scss" ;
5051@import " ../../Components/IFrame/IFrame.razor.scss" ;
5152@import " ../../Components/ImagePreviewer/ImagePreviewer.razor.scss" ;
5253@import " ../../Components/ImageViewer/ImageViewer.razor.scss" ;
Original file line number Diff line number Diff line change @@ -306,6 +306,12 @@ $bb-groupbox-legend-padding: 0 .5rem;
306306$bb-groupbox-legend-left : 1rem ;
307307$bb-groupbox-legend-top : -10px ;
308308
309+ // Icon
310+ $bb-icon-width : 12px ;
311+
312+ // Icon Svg
313+ $bb-svg-icon-width : 12px ;
314+
309315// ImagePreviewer
310316$bb-viewer-button-bg : #606266 ;
311317$bb-viewer-border-radius : 50% ;
You can’t perform that action at this time.
0 commit comments