The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
margin: 0.5rem; | margin: 0.5rem; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
Line 17: | Line 16: | ||
font-weight: bold; | font-weight: bold; | ||
text-transform: lowercase; | text-transform: lowercase; | ||
} | } | ||
Line 39: | Line 34: | ||
background-image: none; | background-image: none; | ||
background-color: transparent; | background-color: transparent; | ||
} | } | ||
Line 50: | Line 44: | ||
.contributionscores tr { | .contributionscores tr { | ||
display: flex; | display: flex; | ||
padding: | padding: 1rem 0; | ||
border-bottom: 1px solid var(--color-primary1); | border-bottom: 1px solid var(--color-primary1); | ||
justify-content: space-between; | justify-content: space-between; | ||
Line 62: | Line 56: | ||
.contributionscores tr td { | .contributionscores tr td { | ||
padding: 0. | padding: 0.2rem; | ||
} | } | ||
Line 82: | Line 76: | ||
order: 5; | order: 5; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
/* Pages */ | /* Pages */ | ||
Line 90: | Line 83: | ||
.contributionscores tr td:nth-child(3):before { | .contributionscores tr td:nth-child(3):before { | ||
content: "description"; | content: "description"; | ||
font-family: "Material | font-family: "Material Icons Outlined"; | ||
padding-right: 0. | padding-right: 0.2rem; | ||
} | } | ||
/* Edits */ | /* Edits */ | ||
Line 99: | Line 92: | ||
.contributionscores tr td:nth-child(4):before { | .contributionscores tr td:nth-child(4):before { | ||
content: "edit"; | content: "edit"; | ||
font-family: "Material | font-family: "Material Icons Outlined"; | ||
padding-right: 0. | padding-right: 0.2rem; | ||
} | } | ||
/* User */ | /* User */ |