diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index a70ed24..8f77c83 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -613,7 +613,11 @@ input, textarea { } .overlayCont { - font-size: 165%; + font-size: 3.1vh; + width: 20vw; + height: 20vh; + margin: auto; + margin-top: 25vh; padding: 1%; box-shadow: 2px 2px 5px 3px #666; @@ -621,13 +625,19 @@ input, textarea { -webkit-border-radius: 30px; border-radius: 30px; - position: absolute; - top: 30%; - left: 50%; - text-align: center; } +.overlayCont i { + font-size: 8vh; + margin: 0 10% 0 10%; + text-align: center; +} + +#faCont { + width: 100%; +} + .fa-check-circle-o, .fa-times-circle-o { -webkit-transition: color 0.4s ease; -moz-transition: color 0.4s ease; diff --git a/hourglass/client/profile/profile.html b/hourglass/client/profile/profile.html index bb35e29..09573bb 100644 --- a/hourglass/client/profile/profile.html +++ b/hourglass/client/profile/profile.html @@ -206,10 +206,12 @@