Add Twitter and event logo block styling
This commit is contained in:
@@ -111,6 +111,10 @@
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-data-table th a {
|
||||||
|
color: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
.sp-data-table .data-name {
|
.sp-data-table .data-name {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
@@ -303,12 +307,27 @@
|
|||||||
text-decoration: none !important;
|
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;
|
padding: 0 !important;
|
||||||
|
margin: 10px !important;
|
||||||
font-size: 13px !important;
|
font-size: 13px !important;
|
||||||
font-weight: 400 !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 */
|
/* Profiles */
|
||||||
|
|
||||||
.sp-template-details dl {
|
.sp-template-details dl {
|
||||||
@@ -340,6 +359,13 @@
|
|||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Twitter */
|
||||||
|
|
||||||
|
.sp-tweets {
|
||||||
|
border: 1px solid #e5e5e5 !important;
|
||||||
|
border-top: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tabs */
|
/* Tabs */
|
||||||
|
|
||||||
.sp-tab-menu {
|
.sp-tab-menu {
|
||||||
|
|||||||
Reference in New Issue
Block a user