You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

104 lines
1.4 KiB

@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 {
width: 75%;
margin: 0 auto;
.title {
display: inline-block;
margin: 60px 0 20px 0;
padding: 5px 10px;
background: $lightgrey;
color: $darkestgrey;
text-transform: uppercase;
font-size: 14px;
font-weight: 400;
letter-spacing: 1.6px;
cursor: pointer;
transition: all 0.5s;
&:first-child {
border-right: 1px solid $darkestgrey;
}
&.active {
color: $main;
font-weight: bold;
}
}
}
}
.activityContainer {
background: $white;
padding: 20px 0;
}
.activityList {
width: 75%;
margin: 0 auto;
background: $white;
}
.activity {
padding: 35px 10px;
border-bottom: 1px solid $grey;
font-size: 14px;
.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;
}
}