refactor(web): move form and .button-flex styles to general.css
This commit is contained in:
parent
5cb498112d
commit
9159cd0aca
@ -1,17 +1,3 @@
|
||||
form {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.button-flex {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -85,3 +85,17 @@ h3 {
|
||||
font-family: Secular One, sans-serif;
|
||||
font-size: 3vw;
|
||||
}
|
||||
|
||||
form {
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.button-flex {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user