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.
40 lines
590 B
40 lines
590 B
.container {
|
|
padding: 20px;
|
|
background-color: #f4f3f3;
|
|
}
|
|
|
|
.search-bar {
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: white;
|
|
border-radius: 20px;
|
|
padding: 0 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.btn-create {
|
|
width: 100%;
|
|
height: 40px;
|
|
background-color: #0d94ff;
|
|
color: white;
|
|
border-radius: 20px;
|
|
font-size: 14px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.activity-item {
|
|
background-color: white;
|
|
padding: 15px;
|
|
border-radius: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.activity-name {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.activity-participants {
|
|
font-size: 14px;
|
|
color: #666;
|
|
} |