Downsized some elements to match the rest of HeliosLauncher
This commit is contained in:
parent
225fa662c8
commit
7fdfad6bd2
@ -1278,7 +1278,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
/* Server Code title. */
|
/* Server Code title. */
|
||||||
.settingsServerCodeTitle {
|
.settingsServerCodeTitle {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-size: 18px;
|
font-size: 14px;
|
||||||
font-family: 'Avenir Medium';
|
font-family: 'Avenir Medium';
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1321,7 +1321,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
.settingsServerCodesDesc {
|
.settingsServerCodesDesc {
|
||||||
margin: 20px 0px;
|
margin: 20px 0px;
|
||||||
color: grey;
|
color: grey;
|
||||||
font-size: 14px;
|
font-size: 10px;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1331,7 +1331,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#settingsServerCodesListContent {
|
#settingsServerCodesListContent {
|
||||||
font-size: 16px;
|
font-size: 10px;
|
||||||
background: rgba(0, 0, 0, 0.25);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: white;
|
color: white;
|
||||||
@ -1383,7 +1383,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
.settingsServerCodeName {
|
.settingsServerCodeName {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 16px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1395,7 +1395,7 @@ input:checked + .toggleSwitchSlider:before {
|
|||||||
.settingsServerCodeRemoveButton {
|
.settingsServerCodeRemoveButton {
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
font-size: 14px;
|
font-size: 12px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
color: grey;
|
color: grey;
|
||||||
|
Loading…
Reference in New Issue
Block a user