Skip to content

Commit

Permalink
🔧 Fix update button localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-luchack committed Oct 30, 2023
1 parent 3bcd4fc commit aca07f9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
48 changes: 24 additions & 24 deletions app/assets/css/panels/update.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
border-radius: 10px;
background-color: var(--box);

display: flex;
flex-direction: row;
align-items: center;

.button {
position: relative;
display: inline-flex;
font: normal normal normal 16px/25px Poppins;
padding: 8px 40px;
color: var(--text) !important;
background-color: var(--box) !important;
transition: background-color .2s, color .2s;
border-radius: 22px;
cursor: pointer;
margin-right: 15px;
white-space: nowrap;
align-items: center;
height: fit-content;

&:hover {
background-color: var(--box-hover) !important;
}
}

&.update {
background-color: var(--box-button-gradient-1);
background-image: linear-gradient(145deg, var(--box-button-gradient-1) 0%, var(--box-button-gradient-2) 150%);

display: flex;
flex-direction: row;
align-items: center;

div {
color: var(--icon-active) !important;
}

.button {
position: relative;
display: inline-flex;
font: normal normal normal 16px/25px Poppins;
padding: 8px 40px;
color: var(--text) !important;
background-color: var(--box) !important;
transition: background-color .2s, color .2s;
border-radius: 22px;
cursor: pointer;
margin-right: 15px;
white-space: nowrap;
align-items: center;
height: fit-content;

&:hover {
background-color: var(--box-hover) !important;
}
}
}

&.new-update {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gaialauncher",
"version": "2.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"productName": "Gaïa Launcher",
"description": "Modded Minecraft Launcher",
"author": "Valbion Group",
Expand Down

0 comments on commit aca07f9

Please sign in to comment.