This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
Oldphaloskepsis/plugins/jetpack/modules/theme-tools/site-logo/css/site-logo-control-rtl.css
2017-01-12 23:10:07 +00:00

13 lines
244 B
CSS

/**
* RTL styles for the Site Logo control. Just swaps the button sides.
*/
#customize-control-site_logo .remove {
float: right;
margin-left: 3px;
}
#customize-control-site_logo .new,
#customize-control-site_logo .change {
float: left;
}