File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 48
48
{@render children ()}
49
49
</div >
50
50
{#if liveData }
51
- <p class ={ ` updated-container ${ liveData . updated ? ' loaded ' : ' loading ' } ` } >
51
+ <p class =" updated-container" >
52
52
{#if liveData .updated }
53
53
Data <span class =" updated-detailed" > cached & processed </span ><span
54
54
class =" updated-concise" > updated </span
149
149
align-items : center ;
150
150
justify-content : center ;
151
151
padding : 5px ;
152
+ color : var (--green-foreground );
153
+ background : var (--green-background );
154
+ border-top : 1px solid var (--green-border );
152
155
font-family : ' IBM Plex Mono' ;
153
156
font-weight : 500 ;
154
157
font-size : 13.5px ;
155
158
margin-top : 5px ;
156
159
}
157
160
158
- .loaded {
159
- color : var (--green-foreground );
160
- background : var (--green-background );
161
- border-top : 1px solid var (--green-border );
162
- }
163
-
164
- .loading {
165
- color : var (--yellow-foreground );
166
- background : var (--yellow-background );
167
- border-top : 1px solid var (--yellow-border );
168
- }
169
-
170
161
.lcp-link {
171
162
color : inherit ;
172
163
font-size : inherit ;
You can’t perform that action at this time.
0 commit comments