Skip to content

Commit

Permalink
Fixed styles for about block on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
dyatlov-a committed Sep 28, 2024
1 parent c69497b commit 610588a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 6 additions & 6 deletions src/Inc.TeamAssistant.WebUI/Features/Main/MainPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@
<section id="about-bots" class="about-bots">
<div class="about-bots__container @(RenderContext.IsBrowser ? "animation__slide-left" : "hidden")">
<h1 class="about-bots__header">
<span class="about-bots__item">@Resources[Messages.GUI_MainHeader]</span>
<span>@Resources[Messages.GUI_MainHeader]</span>
<br/>
<span class="about-bots__item">@Resources[Messages.GUI_MainSubHeader]</span>
<span>@Resources[Messages.GUI_MainSubHeader]</span>
</h1>
<br/>
<p class="about-bots__description">
<span class="about-bots__item">@Icons.Ok @Resources[Messages.GUI_ToolAppraiser]</span>
<span>@Icons.Ok @Resources[Messages.GUI_ToolAppraiser]</span>
<br/>
<span class="about-bots__item">@Icons.Accept @Resources[Messages.GUI_ToolReviewer]</span>
<span>@Icons.Accept @Resources[Messages.GUI_ToolReviewer]</span>
<br/>
<span class="about-bots__item">@Icons.Comment @Resources[Messages.GUI_ToolRandomCoffee]</span>
<span>@Icons.Comment @Resources[Messages.GUI_ToolRandomCoffee]</span>
<br/>
<span class="about-bots__item">@Icons.Start @Resources[Messages.GUI_ToolCheckIn]</span>
<span>@Icons.Start @Resources[Messages.GUI_ToolCheckIn]</span>
</p>
<div class="about-bots__actions">
<a
Expand Down
4 changes: 0 additions & 4 deletions src/Inc.TeamAssistant.WebUI/Features/Main/MainPage.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
font-size: 1.3rem;
line-height: 2.6rem;
}
.about-bots__item {
padding: 4px 10px;
border-radius: 4px;
}
.about-bots__actions {
margin-top: 20px;
text-align: center;
Expand Down

0 comments on commit 610588a

Please sign in to comment.