Show what's new on launcher
This commit is contained in:
parent
2ad785f65d
commit
56b2331968
4 changed files with 160 additions and 60 deletions
|
|
@ -88,6 +88,68 @@ body {
|
|||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.launcher-whats-new {
|
||||
margin-top: 24px;
|
||||
padding-top: 18px;
|
||||
border-top: 1px solid rgba(120, 170, 230, 0.16);
|
||||
}
|
||||
|
||||
.launcher-whats-new-head {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
gap: 10px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.launcher-whats-new-title {
|
||||
margin: 0;
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
.launcher-whats-new-version {
|
||||
margin: 0;
|
||||
color: #9fd8ff;
|
||||
font-size: 0.78rem;
|
||||
letter-spacing: 0.08em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.launcher-whats-new-list {
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.launcher-whats-new-section {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.launcher-whats-new-section-title {
|
||||
margin: 0;
|
||||
font-size: 0.92rem;
|
||||
color: #dff2ff;
|
||||
}
|
||||
|
||||
.launcher-whats-new-bullets {
|
||||
margin: 0;
|
||||
padding-left: 18px;
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
color: #d5dfec;
|
||||
}
|
||||
|
||||
.launcher-whats-new-bullets li {
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.launcher-whats-new-note {
|
||||
margin-top: 3px;
|
||||
color: #9bacbe;
|
||||
font-size: 0.88rem;
|
||||
}
|
||||
|
||||
.launcher-primary-btn,
|
||||
.launcher-secondary-btn {
|
||||
min-height: 46px;
|
||||
|
|
@ -1212,6 +1274,11 @@ button.danger:not(:disabled):hover {
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.launcher-whats-new-head {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.launcher-primary-btn,
|
||||
.launcher-secondary-btn {
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue