Trim auth banner styles for build budget
This commit is contained in:
@@ -32,10 +32,11 @@
|
|||||||
</button>
|
</button>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section *ngIf="!authTokenPresent" class="auth-warning">
|
<section *ngIf="!authTokenPresent" class="workspace-controls">
|
||||||
<strong>Auth token required.</strong>
|
<div class="truth-pill">
|
||||||
Open this app with the token once, for example
|
Auth token required. Open once with `?token=your_token_here` and it will
|
||||||
<code>?token=your_token_here</code>, and it will be stored in your browser.
|
be stored in your browser.
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="workspace-controls">
|
<section class="workspace-controls">
|
||||||
|
|||||||
@@ -83,19 +83,6 @@ h1 {
|
|||||||
background: rgba(8, 15, 15, 0.9);
|
background: rgba(8, 15, 15, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.auth-warning {
|
|
||||||
margin: 12px 24px 0;
|
|
||||||
padding: 12px 14px;
|
|
||||||
border: 1px solid rgba(255, 214, 102, 0.35);
|
|
||||||
border-radius: 10px;
|
|
||||||
background: rgba(255, 214, 102, 0.12);
|
|
||||||
color: #ffe3a3;
|
|
||||||
}
|
|
||||||
|
|
||||||
.auth-warning code {
|
|
||||||
color: #f3fff7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.panel-picker {
|
.panel-picker {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user