This commit is contained in:
sairaj mote 2022-03-24 17:33:17 +05:30
parent 8d2fd00341
commit 34f0d3c87a
4 changed files with 2 additions and 4 deletions

View File

@ -122,7 +122,6 @@ button,
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.05em;
padding: 0.8rem;
}
.icon-only {

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -119,7 +119,6 @@ button,
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.05em;
padding: 0.8rem;
}
.icon-only {
padding: 0.5rem;

View File

@ -551,7 +551,7 @@
<h5>My FLO ID</h5>
<sm-copy id="user_flo_id" clip-text></sm-copy>
</div>
<button class="danger cta justify-self-start" onclick="signOut()">Sign out</button>
<sm-button class="danger cta justify-self-start" onclick="signOut()">Sign out</sm-button>
</div>
<a href="#/dashboard" class="button hide admin-option" onclick="hidePopup()">Admin dashboard</a>
</section>