Add Twitter and event logo block styling

This commit is contained in:
Brian Miyaji
2016-12-12 19:06:37 +11:00
parent eb95166fba
commit 9503aefcdf

View File

@@ -111,6 +111,10 @@
border: none !important;
}
.sp-data-table th a {
color: inherit !important;
}
.sp-data-table .data-name {
text-align: left !important;
}
@@ -303,12 +307,27 @@
text-decoration: none !important;
}
.sp-template-event-blocks .sp-event-title {
.sp-template-event-blocks .sp-event-title,
.sp-template-event-blocks .sp-event-status {
display: block !important;
padding: 0 !important;
margin: 10px !important;
font-size: 13px !important;
font-weight: 400 !important;
}
.sp-template-event-logos-block .sp-team-name {
font-size: 20px !important;
font-weight: 400 !important;
padding: 0 !important;
margin: 0 !important;
color: #333 !important;
}
.sp-template-event-logos-block a:hover {
text-decoration: none !important;
}
/* Profiles */
.sp-template-details dl {
@@ -340,6 +359,13 @@
margin-bottom: 0 !important;
}
/* Twitter */
.sp-tweets {
border: 1px solid #e5e5e5 !important;
border-top: none !important;
}
/* Tabs */
.sp-tab-menu {