webapp/src/components/Discours/Subscribe.scss

36 lines
520 B
SCSS
Raw Normal View History

2022-09-09 11:53:35 +00:00
.subscribe-form {
display: flex;
width: 100%;
input {
background: none;
border: none;
border-bottom: 1px solid;
color: #fff;
font-family: inherit;
@include font-size(2rem);
padding: 0.2em 0.5em 0.3em 0;
width: 100%;
&::placeholder {
color: #fff;
}
}
a {
align-items: center;
background: #fff;
border: none;
color: #000;
display: flex;
@include font-size(1.5rem);
padding: 0 0.5em;
}
button {
padding-bottom: 0.8rem;
}
}