2 changed files
WPE.App.Shared.BaseComponents | ||
Pages/Buttons | ||
ButtonText.razor.css | ||
WPE.App.Shared.BaseComponents.csproj | ||
ButtonText.razor.css
/WPE.App.Shared.BaseComponents/Pages/Buttons/ButtonText.razor.css+1/WPE.App.Shared.BaseComponents/Pages/Buttons/ButtonText.razor.css
Add comment 1 .btn-text {
Add comment 2 position: relative;
Add comment 3 flex: 1 0 0;
Add comment 4 Plus justify-content: center;
Add comment 4 5 display: inline-flex;
Add comment 5 6 align-items: center;
Add comment 6 7 flex-shrink: 0;
WPE.App.Shared.BaseComponents.csproj
/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj-1+1/WPE.App.Shared.BaseComponents/WPE.App.Shared.BaseComponents.csproj
Add comment 15 <PackageIcon>icon.png</PackageIcon>
Add comment 16 <PackageReadmeFile>ReadMe.md</PackageReadmeFile>
Add comment 17 <PackageTags>WPE;Workplace Experience;Blazor;MAUI;infsoft</PackageTags>
Add comment 18 Minus <Version>0.0.7</Version>
Add comment 18 Plus <Version>0.0.8</Version>
Add comment 19 <WarningsAsErrors>RZ10012</WarningsAsErrors>
Add comment 20 </PropertyGroup>
Add comment 21