Skip to content

Commit

Permalink
request access wizard, wip
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 27, 2022
1 parent 1495cc3 commit 536e5a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<i class="fas fa-utensils fa-3x align-self-center text-lightblue"></i>
</div>
<span class="mt-4">
<i class="fas fa-puzzle-piece text-secondary"></i>
<span class="text-secondary font-weight-bold mx-1">Office 365 Package</span>
<i class="fas fa-info-circle fa-xs text-primary"></i>
</span>
<i class="fas fa-puzzle-piece text-secondary"></i>
<span class="text-secondary font-weight-bold mx-1">Office 365 Package</span>
<i class="fas fa-info-circle fa-xs text-primary"></i>
</span>
<span class="mt-2 text-center">User role that gives you access to Office 365 products</span>
<a class="btn btn-lightblue mt-3">
<i class="fas fa-cart-plus mr-2"></i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h5 class="text-secondary"><wicket:message key="PersonOfInterestPanel.subtext"/>
</wicket:container>
</div>
<div class="d-flex gap-3 justify-content-center mt-5">
<a class="btn btn-outline-lightblue" wicket:id="back">
<a class="btn btn-outline-primary" wicket:id="back">
<i class="fas fa-arrow-left mr-2"></i>
<wicket:message key="WizardHeader.back"/>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<div class="d-flex flex-column align-items-stretch gap-3">
<div class="btn-group" role="group">
<button type="button" class="btn btn-default">
<i class="far fa-list-alt"></i>
<i class="fa-solid fa-table-list"></i>
</button>
<button type="button" class="btn btn-default">
<i class="fas fa-border-all"></i>
<i class="fa-solid fa-table-cells"></i>
</button>
</div>
<div wicket:id="menu"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<!DOCTYPE html>
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<i class="fas fa-user-circle fa-4x text-lightblue mt-5" wicket:id="icon"></i>
<i class="fa-4x text-lightblue mt-5" wicket:id="icon"></i>
<span class="mt-4 text-secondary" wicket:id="title"/>
</wicket:panel>
</html>

0 comments on commit 536e5a6

Please sign in to comment.