Template:MoveDataIcon/style.css: Difference between revisions

Template page
(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...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* no longer used, moved to inline style and MoveData/style2.css */
.movedata-icon {
.movedata-icon {
  display: block;
  border-width: 0 0 0 0.5em;
  padding-left: 0.2em;
  border-style: solid;
}
.movedata-notes .plainlist .movedata-icon {
   display: inline-block;
   display: inline-block;
   text-indent: 0;
   text-indent: 0;
  border-width: 0 0 0 0.5em;
  padding-left: 0.15em;
  border-style: solid;
}
}


Line 13: Line 19:
     padding-left: 0;
     padding-left: 0;
     border-right-width: 0.5em;
     border-right-width: 0.5em;
     padding-right: 0.15em;
     padding-right: 0.2em;
   }
   }
}
}

Latest revision as of 07:35, 19 September 2023

/* no longer used, moved to inline style and MoveData/style2.css */

.movedata-icon {
  display: block;
  border-width: 0 0 0 0.5em;
  padding-left: 0.2em;
  border-style: solid;
}

.movedata-notes .plainlist .movedata-icon {
  display: inline-block;
  text-indent: 0;
}

/* 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.2em;
  }
}