packages/fxa-content-server/app/styles/modules/_marketing-ios.scss (33 lines of code) (raw):
.marketing-ios {
background-color: $html-background-color;
border-radius: 0 0 $big-border-radius $big-border-radius;
border-top: 1px solid $marketing-border-color;
box-shadow: 0 1px 1px $content-background-color inset;
font-size: $medium-font;
position: relative;
.os-general {
ul {
padding: 0;
}
li {
display: inline-block;
list-style-type: none;
margin-bottom: 10px;
padding: 5px;
}
.download-firefox-mobile {
font-size: 14px;
}
}
@include respond-to('big') {
margin: 60px -40px -40px -40px;
padding: 20px 20px 30px;
text-align: center;
}
@include respond-to('small') {
font-size: $base-font;
margin: 20px -20px -20px;
padding: 15px 50px 20px 50px;
text-align: center;
}
}