Add LTR and RTL stylesheets

This commit is contained in:
Brian Miyaji
2017-01-11 00:25:10 +11:00
parent e9005036ae
commit 9947216dc6
4 changed files with 90 additions and 18 deletions

View File

@@ -0,0 +1,25 @@
/* SportsPress Templates RTL */
/*
* Note: !important everything to enforce overrides.
* This stylesheet can be disabled via SportsPress General Settings.
*/
.sp-tournament-bracket .sp-team .sp-team-name:before {
border-right-color: #e5e5e5 !important;
border-left-color: #e5e5e5 !important;
right: -10px !important;
}
.sp-tournament-bracket .sp-team-flip .sp-team-name:before {
right: auto !important;
left: -10px !important;
}
.sp-tournament-bracket .sp-team.sp-first-round .sp-team-name {
margin-right: -1px !important;
}
.sp-tournament-bracket .sp-team.sp-last-round .sp-team-name {
margin-left: -1px !important;
}