From b58a8fcb9dd1bec8cefe2057732d7e2bc79c4187 Mon Sep 17 00:00:00 2001 From: Thomas Atkins Date: Sat, 8 Feb 2020 17:50:54 -0600 Subject: [PATCH] rezised buttons --- app/views/login.pug | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/login.pug b/app/views/login.pug index 24f9268..82d4465 100644 --- a/app/views/login.pug +++ b/app/views/login.pug @@ -16,7 +16,7 @@ html background-color:#343a40; } #intro { - margin-top: 10px; + margin-top: 10em; color: #cccccc; text-align: center; } @@ -29,26 +29,26 @@ html .login-container { display: grid; color: #cccccc; - //- border: solid 7px #cccccc; + //- border: solid 7em #cccccc; align-self: center; background: transparent; -webkit-transition: all .5s ease; transition: all .5s ease; outline: none; - box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2); - border-radius: 82px 65px 185px 1085px/72px 225px 58px 15px; + box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2); + border-radius: 82em 65em 185em 1085em/72em 225em 58em 15em; } .btn-login { color: #cccccc; - border: solid 7px #cccccc; + border: solid 2.2em #cccccc; margin: .5rem; align-self: center; background: transparent; -webkit-transition: all .5s ease; transition: all .5s ease; outline: none; - box-shadow: 20px 38px 34px -26px rgba(0, 0, 0, 0.2); - border-radius: 255px 15px 225px 15px/15px 225px 15px 255px; + box-shadow: 20em 38em 34em -26em rgba(0, 0, 0, 0.2); + border-radius: 255em 15em 225em 15em/15em 225em 15em 255em; } .login-container div a { width: 100%;