Add LTR and RTL stylesheets
This commit is contained in:
25
assets/css/sportspress-style-rtl.css
Normal file
25
assets/css/sportspress-style-rtl.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user