You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
187 B

  1. #plugin__styling {
  2. button.primary {
  3. font-weight: bold;
  4. }
  5. [dir=rtl] & table input {
  6. text-align: right;
  7. }
  8. }
  9. #plugin__styling_loader {
  10. display: none;
  11. }