mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-01 08:21:29 +08:00
27 lines
486 B
Plaintext
27 lines
486 B
Plaintext
@media (min-width: @screen-sm) {
|
|
.signup-input {
|
|
padding-right: 0;
|
|
input {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
border-right-width: 0;
|
|
}
|
|
}
|
|
.signup-button {
|
|
padding-left: 0;
|
|
.btn {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
}
|
|
|
|
.jumbotron-kickstarter {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
}
|