File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
BootstrapBlazor.Server/Extensions
BootstrapBlazor/Components/Tab Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public static List<MenuItem> GenerateMenus(this IStringLocalizer<NavMenu> Locali
9494 item = new DemoMenuItem ( )
9595 {
9696 Text = Localizer [ "SocketComponents" ] ,
97- Icon = "fa-solid fa-square-binary text-danger"
97+ Icon = "fa-fw fa- solid fa-square-binary text-danger"
9898 } ;
9999 AddSocket ( item ) ;
100100
@@ -130,7 +130,7 @@ public static List<MenuItem> GenerateMenus(this IStringLocalizer<NavMenu> Locali
130130 item = new DemoMenuItem ( )
131131 {
132132 Text = Localizer [ "Components" ] ,
133- Icon = "fa-solid fa-fw fa-heart fa-beat icon-summary" ,
133+ Icon = "fa-fw fa-solid fa-heart fa-beat icon-summary" ,
134134 Url = "components"
135135 } ;
136136 AddSummary ( item ) ;
Original file line number Diff line number Diff line change 775775 background-color : var (--bb-tabs-item-hover-bg-color );
776776 }
777777
778- .btn {
778+ & .tabs-nav-toolbar-fs {
779779 padding : 0 ;
780780 }
781781 }
You can’t perform that action at this time.
0 commit comments