Initial commit
This commit is contained in:
24
frontend/src/styles/components/subscribe-form.css
Normal file
24
frontend/src/styles/components/subscribe-form.css
Normal file
@@ -0,0 +1,24 @@
|
||||
.subscribe-form {
|
||||
padding: 2.5rem 5.1rem 2.7rem 3.8rem;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.subscribe-form__title {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.subscribe-form__text {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
.subscribe-form__input {
|
||||
margin-bottom: 2rem;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.subscribe-form__btn {
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user