Add countdown module with team logos option
This commit is contained in:
@@ -250,6 +250,33 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Countdowns */
|
||||
.sp-template-countdown .event-name {
|
||||
overflow: auto;
|
||||
}
|
||||
.sp-template-countdown .team-logo {
|
||||
width: 20%;
|
||||
height: auto;
|
||||
max-width: 4em;
|
||||
}
|
||||
.sp-template-countdown .logo-odd {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.sp-template-countdown .logo-even {
|
||||
float: right;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.sp-template-countdown .team-logo img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.sp-template-countdown .sp-countdown {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* Google Maps */
|
||||
.sp-google-map {
|
||||
height: 320px;
|
||||
|
||||
Reference in New Issue
Block a user