mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-26 04:31:22 +01:00
35 lines
635 B
SCSS
35 lines
635 B
SCSS
.subscribe {
|
|
.email {
|
|
width: 100%;
|
|
height: 53px;
|
|
margin-bottom: 16px;
|
|
transition: $base-transition;
|
|
input {
|
|
width: 100%;
|
|
height: 100%;
|
|
outline: none;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.button {
|
|
@extend .email;
|
|
input {
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
}
|
|
.mc-field-group {
|
|
padding-right: 3px;
|
|
@media (max-width: 767px) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.mc-submit-group {
|
|
padding-left: 3px;
|
|
@media (max-width: 767px) {
|
|
padding: 0;
|
|
}
|
|
}
|
|
.subscribe-info {
|
|
font-weight: $light;
|
|
}
|