Template:Team card/styles.css: Difference between revisions
Refresh generated page templates and styles |
Refine shared article layout templates |
||
| Line 1: | Line 1: | ||
.mw-parser-output .sw-team-list{ | .mw-parser-output .sw-team-list{ | ||
display: | display:block; | ||
margin:0 0 1em; | |||
margin:0 0 | |||
} | } | ||
.mw-parser-output .sw-team-card{ | .mw-parser-output .sw-team-card{ | ||
display:flex; | display:flex; | ||
align-items:center; | align-items:center; | ||
gap:. | gap:.75rem; | ||
padding: | padding:.5rem 0; | ||
border:1px solid # | border:0; | ||
border-radius: | border-bottom:1px solid #eaecf0; | ||
background: | border-radius:0; | ||
box-shadow:0 | background:none; | ||
box-shadow:none; | |||
} | |||
.mw-parser-output .sw-team-card:last-child{ | |||
border-bottom:0; | |||
} | } | ||
.mw-parser-output .sw-team-card__logo{ | .mw-parser-output .sw-team-card__logo{ | ||
flex:0 0 | flex:0 0 52px; | ||
width: | width:52px; | ||
height: | height:52px; | ||
border-radius: | border-radius:4px; | ||
overflow:hidden; | overflow:hidden; | ||
background:#ffffff; | background:#ffffff; | ||
box-shadow: | box-shadow:none; | ||
border:1px solid #c8ccd1; | |||
} | } | ||
.mw-parser-output .sw-team-card__logo a, | .mw-parser-output .sw-team-card__logo a, | ||
| Line 37: | Line 40: | ||
} | } | ||
.mw-parser-output .sw-team-card__name{ | .mw-parser-output .sw-team-card__name{ | ||
font-size:1rem; | font-size:1rem; | ||
line-height:1. | font-weight:600; | ||
line-height:1.3; | |||
} | } | ||
.mw-parser-output .sw-team-card__meta{ | .mw-parser-output .sw-team-card__meta{ | ||
display:flex; | display:flex; | ||
flex-wrap:wrap; | flex-wrap:wrap; | ||
gap:. | gap:.35rem .9rem; | ||
margin-top:. | margin-top:.15rem; | ||
font-size:. | font-size:.9rem; | ||
color:# | color:#54595d; | ||
} | } | ||