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.
27 lines
466 B
27 lines
466 B
/* Add here all your css styles (customizations) */
|
|
.upcoming-events {
|
|
max-height: 300px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|
|
|
|
.profile .profile-event {
|
|
padding: 10px 15px;
|
|
margin-bottom: 2px;
|
|
}
|
|
|
|
.profile .date-formats {
|
|
color: #fff;
|
|
float: left;
|
|
text-align: center;
|
|
background: #72c02c;
|
|
margin: 7px 13px 0 0;
|
|
padding: 7px 10px 4px;
|
|
}
|
|
|
|
.profile .date-formats span {
|
|
display: block;
|
|
font-size: 22px;
|
|
font-weight: 200;
|
|
line-height: 25px;
|
|
}
|
|
|