UI fixes
This commit is contained in:
parent
8d2fd00341
commit
34f0d3c87a
@ -122,7 +122,6 @@ button,
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
padding: 0.8rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-only {
|
.icon-only {
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -119,7 +119,6 @@ button,
|
|||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
padding: 0.8rem;
|
|
||||||
}
|
}
|
||||||
.icon-only {
|
.icon-only {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
|||||||
@ -551,7 +551,7 @@
|
|||||||
<h5>My FLO ID</h5>
|
<h5>My FLO ID</h5>
|
||||||
<sm-copy id="user_flo_id" clip-text></sm-copy>
|
<sm-copy id="user_flo_id" clip-text></sm-copy>
|
||||||
</div>
|
</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>
|
</div>
|
||||||
<a href="#/dashboard" class="button hide admin-option" onclick="hidePopup()">Admin dashboard</a>
|
<a href="#/dashboard" class="button hide admin-option" onclick="hidePopup()">Admin dashboard</a>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user