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.
101 lines
1.3 KiB
101 lines
1.3 KiB
.search {
|
|
height: 75px;
|
|
padding: 2px;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
|
|
.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: #F7F7F7;
|
|
|
|
.header {
|
|
width: 75%;
|
|
margin: 0 auto;
|
|
|
|
.title {
|
|
display: inline-block;
|
|
margin: 60px 0 20px 0;
|
|
padding: 5px 10px;
|
|
background: #F7F7F7;
|
|
color: #999;
|
|
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 #999;
|
|
}
|
|
|
|
|
|
&.active {
|
|
color: #eec27b;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.activityContainer {
|
|
background: #fff;
|
|
padding: 20px 0;
|
|
|
|
}
|
|
|
|
.activityList {
|
|
width: 75%;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
}
|
|
|
|
.activity {
|
|
padding: 35px 10px;
|
|
border-bottom: 1px solid #f2f2f2;
|
|
font-size: 14px;
|
|
|
|
.left, .center, .right {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.center, .right {
|
|
width: 10%;
|
|
}
|
|
|
|
.left {
|
|
width: 80%;
|
|
color: #000;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|