@import '../../../variables.scss'; .search { height: 75px; padding: 2px; border-bottom: 1px solid $darkgrey; .input { display: inline-block; vertical-align: top; height: 100%; } .label { width: 5%; line-height: 70px; font-size: 25px; text-align: center; cursor: pointer; } .text { width: 95%; outline: 0; padding: 0; border: 0; border-radius: 0; height: 68px; font-size: 18px; } } .activities { background: $lightgrey; .header { padding: 60px 0 20px 0; margin: 0 auto; h2 { margin-left: auto; margin-right: auto; padding-left: 100px; padding-right: 100px; text-transform: uppercase; letter-spacing: 1.5px; color: $darkestgrey; font-size: 14px; font-weight: 400; } } } .activityContainer { background: $white; } .activityList { width: 75%; margin: 0 auto; background: $white; } .activity { padding: 0 100px; &:hover { background-color: #f0f0f0; transition-delay: 0s; outline: $grey solid 1px; } .left, .center, .right { display: inline-block; vertical-align: top; } .center, .right { width: 10%; } .left { width: 80%; color: $black; } .center { text-align: center; } .right { text-align: right; } }