Skip to content

Commit 2351913

Browse files
thedanhellerrenanvalentin
authored andcommitted
[DDW-854] Adjustments
1 parent f8d19c3 commit 2351913

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

source/renderer/app/components/loading/syncing-connecting/SyncingConnectingStatus.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../../../themes/mixins/animations';
22

33
.component {
4-
bottom: 64px;
4+
bottom: 65px;
55
position: absolute;
66
text-align: center;
77
width: 100%;
@@ -15,13 +15,16 @@
1515
.headline {
1616
font-family: var(--font-regular);
1717
font-size: 18px;
18-
margin-bottom: 20px;
18+
margin-bottom: 14px;
1919
}
2020

2121
.description {
2222
font-family: var(--font-regular);
2323
font-size: 16px;
24-
line-height: 1.38;
24+
line-height: 22px;
25+
margin: 0 auto;
26+
max-width: 560px;
27+
opacity: 0.7;
2528
}
2629

2730
.connecting {

0 commit comments

Comments
 (0)