Update launcher.css

This commit is contained in:
DevLarge 2021-01-06 13:22:04 +01:00
parent 2b921b9b1d
commit 8b7aed8738

View File

@ -485,12 +485,8 @@ body, button {
/* Logo on login form. */ /* Logo on login form. */
#loginImageSeal { #loginImageSeal {
border-radius: 50%;
border: 2px solid #cad7e1;
background: rgba(1, 2, 1, 0.5);
height: 125px; height: 125px;
width: 125px; width: 125px;
box-shadow: 0px 0px 10px 0px rgb(0, 0, 0);
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -2668,7 +2664,6 @@ input:checked + .toggleSwitchSlider:before {
height: 70px; height: 70px;
width: auto; width: auto;
position: relative; position: relative;
border: 2px solid white;
box-sizing: border-box; box-sizing: border-box;
border-radius: 50%; border-radius: 50%;
} }