register-verification-completed.html - Changed button's color

This commit is contained in:
Matthew Patrick 2021-09-20 10:36:58 +07:00
parent 6404c9c46f
commit 83b3471df2

View file

@ -28,7 +28,7 @@
border-bottom-right-radius: 20px;
}
.card, .btn {
.card {
position: center;
margin: auto;
text-align: center;
@ -36,6 +36,17 @@
background-color: #212226;
}
.btn {
background-color: darkred;
border-color: darkred;
border-radius: 100px;
}
.btn:hover {
background-color: red;
border-color: red;
}
.icon {
position: center;
margin: auto;