28 lines
435 B
SCSS
28 lines
435 B
SCSS
@import "client/common.scss";
|
|
|
|
body.web.individual_jamtrack .row.cta-row {
|
|
h2 {
|
|
margin-bottom:20px;
|
|
}
|
|
width:auto;
|
|
a.cta-button {
|
|
font-size:20px;
|
|
border-radius: 7px;
|
|
padding:8px;
|
|
color:black;
|
|
font-weight:bold;
|
|
border-color:white;
|
|
border-width:2px;
|
|
border-style:solid;
|
|
margin-right:20px;
|
|
}
|
|
|
|
a#other-select {
|
|
margin-top:20px;
|
|
}
|
|
}
|
|
|
|
body.web .landing-content {
|
|
min-height:auto;
|
|
}
|