Template:MoveDataIcon/style.css

Template page
Revision as of 13:28, 9 July 2022 by RogerDodger (talk | contribs) (Created page with ".movedata-icon { display: inline-block; text-indent: 0; border-width: 0 0 0 0.5em; padding-left: 0.15em; border-style: solid; } /* Matches breakpoint in MoveData/st...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.movedata-icon {
  display: inline-block;
  text-indent: 0;
  border-width: 0 0 0 0.5em;
  padding-left: 0.15em;
  border-style: solid;
}

/* Matches breakpoint in MoveData/style.css */
@media (max-width: 680px) {
  .movedata .movedata-icon {
    border-left-width: 0;
    padding-left: 0;
    border-right-width: 0.5em;
    padding-right: 0.15em;
  }
}