Commit d40ffa508a3a1ec26883cb0ff27805d479334c0f

Authored by Junior Silva
1 parent 49678696

signup-screen: adjusts in signup field

AI2515
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -6052,7 +6052,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img {
6052 6052 }
6053 6053  
6054 6054 #signup-form input.valid_input {
6055   - border: 2px solid #005000;
  6055 + border: 1px solid #005000;
6056 6056 background: #FFF;
6057 6057 }
6058 6058  
... ... @@ -6079,7 +6079,7 @@ li.profile-activity-item.upload_image .activity-gallery-images-count-1 img {
6079 6079 background-color: #fff;
6080 6080 background-position: right center;
6081 6081 background-repeat: no-repeat;
6082   - padding: 5px 7% 8px 3%;
  6082 + padding: 7px 7% 8px 3%;
6083 6083 color: #4A4A4A;
6084 6084 box-shadow: 0 0 7px green;
6085 6085 }
... ...