mirror of
https://gitlab.com/nekoya/web.git
synced 2025-01-24 09:16:14 +01:00
register-verification-completed.html - Changed button's color
This commit is contained in:
parent
6404c9c46f
commit
83b3471df2
1 changed files with 12 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue