Changeset e5b84dc for phonelux-frontend/src/components/LoginRegisterComponents/LoginFormComponent.css
- Timestamp:
- 09/11/22 18:03:58 (2 years ago)
- Branches:
- master
- Children:
- 775e15e
- Parents:
- 527b93f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
phonelux-frontend/src/components/LoginRegisterComponents/LoginFormComponent.css
r527b93f re5b84dc 16 16 width: fit-content; 17 17 box-shadow: 11px 12px 13px 12px rgb(207, 207, 207); 18 padding-top: 30px;18 padding-top: 20px; 19 19 border-radius: 60px; 20 20 background-color: white; … … 23 23 } 24 24 .loginform-imgs-div { 25 padding-top: 20px;25 padding-top: 10px; 26 26 justify-content: center; 27 27 display: flex; … … 43 43 44 44 .loginform-sub-main-div > div{ 45 margin-bottom: 50px;45 margin-bottom: 30px; 46 46 margin-left: 80px; 47 47 margin-right: 80px; … … 137 137 color: blue; 138 138 } 139 .register-link > a{ 140 color: rgb(53, 99, 70); 141 text-decoration: none; 139 140 141 142 .registerform-link{ 143 color: rgb(53, 99, 70); 144 text-decoration: none; 142 145 } 143 146 144 .register -link > a:hover{145 color: blue;147 .registerform-link:hover{ 148 color: blue; 146 149 } 150 151 .loginform-message-wrapper{ 152 display: flex; 153 justify-content: center; 154 } 155 156 .loginform-error-message{ 157 color: red; 158 border: 1px solid red; 159 width: fit-content; 160 padding: 10px; 161 border-radius: 50px; 162 background-color: rgb(251, 224, 224); 163 }
Note:
See TracChangeset
for help on using the changeset viewer.