From 393c5c673acc8f674c9beb052754c0ff08453a2a Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Thu, 23 Jun 2022 17:44:17 +0100 Subject: Change login screen layout (#345) --- src/styles/welcome.scss | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'src/styles') diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss index 09d02d2eb..3ffc3f227 100644 --- a/src/styles/welcome.scss +++ b/src/styles/welcome.scss @@ -14,20 +14,27 @@ } &__text { - border-left: 1px solid #fff; - margin-left: 40px; - padding-left: 40px; - h1 { font-size: 60px; letter-spacing: -0.4rem; margin-bottom: 5px; + color: rgb(255, 255, 255); + justify-content: center; + margin-top: 5%; + display: flex; } h2 { margin-bottom: 0; margin-left: 2px; } + + &__change-server { + display: flex; + margin: 10% auto auto auto; + justify-content: center; + color: #999; + } } &__services { @@ -71,9 +78,16 @@ &__change-server { display: flex; - width: 30%; - margin: 5% auto 5% auto; - justify-content: center; + margin: 0 0 0 1%; + color: #999; + text-decoration: underline; + } + + &__change-server:hover { + display: flex; + margin: 0 0 0 1%; + color: rgb(20, 122, 255); + text-decoration: none; } } -- cgit v1.2.3-54-g00ecf