mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-02-23 10:43:11 +03:00
Added download of a new version .msi
This commit is contained in:
parent
2b3b95d697
commit
ffaeb8b8ec
2 changed files with 59 additions and 2 deletions
|
@ -11,11 +11,38 @@
|
|||
margin-top: -0.7em;
|
||||
}
|
||||
|
||||
p, .form-check {
|
||||
.settings {
|
||||
margin-top: 2.4em;
|
||||
}
|
||||
|
||||
.settings p, .form-check {
|
||||
margin-left: -12em;
|
||||
margin-top: -0.8em;
|
||||
}
|
||||
|
||||
|
||||
#update {
|
||||
display: inline-block;
|
||||
width: 25%;
|
||||
height: 6.7em;
|
||||
margin-left: 2em;
|
||||
margin-top: 1em;
|
||||
background-color: #2f3041;
|
||||
border-radius: 9px;
|
||||
}
|
||||
|
||||
#update-title, #update-desc, #update-button {
|
||||
margin-left: 0.7em;
|
||||
}
|
||||
|
||||
#update-desc {
|
||||
margin-top: -0.8rem;
|
||||
margin-top: -0.9em;
|
||||
}
|
||||
|
||||
#update-button {
|
||||
margin-top: -0.6em;
|
||||
}
|
||||
|
||||
#update-title {
|
||||
margin-top: 0.3em;
|
||||
}
|
Loading…
Add table
Reference in a new issue