Module:GameInfo/styles.css: Difference between revisions
From SpiritVale Wiki
More actions
No edit summary Tags: Mobile edit Mobile web edit |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 767: | Line 767: | ||
column-gap:16px; | column-gap:16px; | ||
row-gap:0; | row-gap:0; | ||
align-items: | align-items:stretch; | ||
} | } | ||
| Line 773: | Line 773: | ||
min-width:0; | min-width:0; | ||
max-width:100%; | max-width:100%; | ||
padding: | min-height:182px; | ||
padding:12px; | |||
display:flex; | |||
flex-direction:column; | |||
justify-content:flex-start; | |||
border:0; | border:0; | ||
border-radius: | border-radius:16px; | ||
background:var(--sv-ui-bg2); | background:var(--sv-ui-bg2); | ||
background-image:none; | background-image:none; | ||
| Line 801: | Line 807: | ||
} | } | ||
/* Modifiers | /* Modifiers --------------------------------------------------------------- */ | ||
.sv-skill-tabs .sv-mech-mod-grid{ | .sv-skill-tabs .sv-mech-mod-grid{ | ||
display:grid; | display:grid; | ||
| Line 807: | Line 814: | ||
gap:10px; | gap:10px; | ||
align-content:start; | align-content:start; | ||
flex:1 1 auto; | |||
} | } | ||
| Line 826: | Line 834: | ||
background-image:none; | background-image:none; | ||
box-shadow:none; | box-shadow:none; | ||
} | } | ||
| Line 857: | Line 860: | ||
} | } | ||
/* Keywords | /* Keywords ---------------------------------------------------------------- */ | ||
.sv-skill-tabs .sv-mech-panel__keywords .sv-tab-pills{ | .sv-skill-tabs .sv-mech-panel__keywords .sv-tab-pills{ | ||
display:grid; | display:grid; | ||
| Line 863: | Line 867: | ||
gap:10px; | gap:10px; | ||
align-content:start; | align-content:start; | ||
flex:1 1 auto; | |||
} | } | ||