Add css
This commit is contained in:
parent
ed07b697f7
commit
2bb05f175c
23
CineSync/static/css/users/password_change.css
Normal file
23
CineSync/static/css/users/password_change.css
Normal file
@ -0,0 +1,23 @@
|
||||
.password_change_block, form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
}
|
||||
.password_change_block {
|
||||
margin-left: 30%;
|
||||
margin-right: 30%;
|
||||
margin-top: 4vw;
|
||||
margin-bottom: 4vw;
|
||||
border-radius: 3vw;
|
||||
background-color: #eaeaea;
|
||||
padding-top: 2vw;
|
||||
padding-bottom: 2vw;
|
||||
width: 40%;
|
||||
}
|
||||
.form_item {
|
||||
width: 30vw !important;
|
||||
}
|
||||
.btn {
|
||||
margin: 5px !important;
|
||||
}
|
||||
22
CineSync/static/css/users/password_change_success.css
Normal file
22
CineSync/static/css/users/password_change_success.css
Normal file
@ -0,0 +1,22 @@
|
||||
.info_block {
|
||||
height: 40vw;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.text_block {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.change_success_title, .change_success_text {
|
||||
color: #eaeaea;
|
||||
}
|
||||
.change_success_btn {
|
||||
margin-top: 3vw;
|
||||
}
|
||||
.change_success_image {
|
||||
width: 20vw;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user