1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

reorganize otp_login and login pages

This commit is contained in:
catborise 2023-05-11 15:31:42 +03:00
parent 9671f7b3e0
commit 86b03abd59
3 changed files with 38 additions and 37 deletions

View file

@ -6,11 +6,10 @@
display: block;
align-content: center;
align-items: center;
box-shadow: 0px 0px 30px black;
border-radius: 20px;
padding-top: 30px;
padding-bottom: 20px;
background: linear-gradient(0deg, rgba(203,203,203,1) 0%, rgba(255,255,255,1) 100%);
box-shadow: 0px 0px 20px black;
border-radius: 5px;
padding-top: 5%;
padding-bottom: 1%;
}
h1 {
color:#212529;
@ -60,16 +59,10 @@ h2 {
}
.btn-success {
background: linear-gradient(45deg, rgba(190,120,255,1) 0%, rgba(43,108,173,1) 34%, rgba(38,173,151,1) 68%, rgba(208,144,71,1) 100%);
transition-duration: 0.5s;
border-color: rgba(11, 12, 13, 0);
border-width: 2px;
border-style: solid;
color:white;
}
.btn-success:hover {
transition-duration: 0.5s;
border-color: goldenrod;
border-width: 2px;
border-style: solid;
}