refactoring allStyles styleStyle -> style-style
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
&__form {
|
||||
position: relative;
|
||||
border-radius: 12px;
|
||||
background: #FFF;
|
||||
background: #fff;
|
||||
padding: 20px;
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
@ -46,10 +46,10 @@
|
||||
button {
|
||||
border-radius: 44px;
|
||||
padding: 9px 39px;
|
||||
background: #52B709;
|
||||
background: #52b709;
|
||||
font-weight: 500;
|
||||
font-size: 18px;
|
||||
color: #FFF;
|
||||
color: #fff;
|
||||
border: none;
|
||||
margin-right: 165px;
|
||||
}
|
||||
@ -99,7 +99,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&__inputContainer {
|
||||
&__input-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 300px;
|
||||
@ -119,7 +119,7 @@
|
||||
input {
|
||||
outline: none;
|
||||
padding: 8px 12px 9px;
|
||||
background-color: #EFF2F7;
|
||||
background-color: #eff2f7;
|
||||
border-radius: 8px;
|
||||
margin: 10px 0;
|
||||
border: none;
|
||||
|
Reference in New Issue
Block a user