Skip to content

Commit c114703

Browse files
committed
style adjustments
1 parent dcc71cd commit c114703

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

Spixi/Resources/Raw/html/css/spixiui-dark.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4429,7 +4429,7 @@ img.emoji {
44294429
}
44304430

44314431
.loading-modal-container {
4432-
background: var(--colors-surface-01);
4432+
background: transparent;
44334433
width: 100%;
44344434
padding: 16px;
44354435
display: flex;
@@ -5216,6 +5216,8 @@ img.emoji {
52165216
flex-direction: column;
52175217
gap: 8px;
52185218
align-items: center;
5219+
color: var(--colors-text-01);
5220+
text-align: center;
52195221

52205222
img {
52215223
margin-top: 8px;
@@ -5270,12 +5272,14 @@ img.emoji {
52705272

52715273
img {
52725274
max-width: 80px;
5275+
border: 2px solid var(--colors-outline-action);
52735276
}
52745277
}
52755278

52765279
.create-step {
52775280
max-width: 350px;
52785281
gap: 8px;
5282+
margin-bottom: 120px;
52795283
}
52805284

52815285
.create-account-username {
@@ -5285,6 +5289,8 @@ img.emoji {
52855289
max-height: 44px;
52865290
padding: 12px;
52875291
outline: none;
5292+
background: transparent;
5293+
color: var(--colors-text-01);
52885294
}
52895295

52905296
.create-account-username:focus-visible,
@@ -5377,6 +5383,7 @@ input.create-account-username[type="password"] {
53775383
align-items: center;
53785384
text-align: center;
53795385
margin-bottom: 40px;
5386+
color: var(--colors-text-01);
53805387
}
53815388

53825389
.join-footer {

Spixi/Resources/Raw/html/css/spixiui-light.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4410,7 +4410,7 @@ img.emoji {
44104410
}
44114411

44124412
.loading-modal-container {
4413-
background: var(--colors-surface-01);
4413+
background: transparent;
44144414
width: 100%;
44154415
padding: 16px;
44164416
display: flex;
@@ -5194,6 +5194,8 @@ img.emoji {
51945194
flex-direction: column;
51955195
gap: 8px;
51965196
align-items: center;
5197+
color: var(--colors-text-01);
5198+
text-align: center;
51975199

51985200
img {
51995201
margin-top: 8px;
@@ -5248,12 +5250,14 @@ img.emoji {
52485250

52495251
img {
52505252
max-width: 80px;
5253+
border: 2px solid var(--colors-outline-action);
52515254
}
52525255
}
52535256

52545257
.create-step {
52555258
max-width: 350px;
52565259
gap: 8px;
5260+
margin-bottom: 120px;
52575261
}
52585262

52595263
.create-account-username {
@@ -5263,6 +5267,8 @@ img.emoji {
52635267
max-height: 44px;
52645268
padding: 12px;
52655269
outline: none;
5270+
background: transparent;
5271+
color: var(--colors-text-01);
52665272
}
52675273

52685274
.create-account-username:focus-visible,
@@ -5355,6 +5361,7 @@ input.create-account-username[type="password"] {
53555361
align-items: center;
53565362
text-align: center;
53575363
margin-bottom: 40px;
5364+
color: var(--colors-text-01);
53585365
}
53595366

53605367
.join-footer {

Spixi/Resources/Raw/html/intro.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<title>Onboarding</title>
88
<link rel="stylesheet" type="text/css" href="css/normalize.css">
99
<link rel="stylesheet" type="text/css" href="css/*SL{SpixiThemeMode}">
10-
<!-- <link rel="stylesheet" type="text/css" href="css/spixiui-dark.css">-->
1110
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
1211

1312
<link rel="stylesheet" type="text/css" href="libs/fontawesome/css/fontawesome.min.css">
@@ -144,7 +143,6 @@ <h4>16. Entire Agreement</h4>
144143
</div>
145144
</div>
146145
</div>
147-
148146
</div>
149147
</div>
150148

Spixi/Resources/Raw/html/intro_new.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*SL{create-account-new} <i
2828
class="fa fa-arrow-right"></i></div>
2929
<span class="body-sm s-text-01">*SL{create-account-already}</span>
30-
<span class="label-sm s-text-link" onclick="onRestoreAccount()" style="cursor: pointer">*SL{create-account-restore}</span>
30+
<span class="label-sm s-text-action" onclick="onRestoreAccount()" style="cursor: pointer">*SL{create-account-restore}</span>
3131
</div>
3232
<div id="version" class="bottom-version body-xs">Spixi V</div>
3333
</section>

0 commit comments

Comments
 (0)