Skip to content
Snippets Groups Projects
Unverified Commit fea59361 authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

Add xs size to RoundPlaceholder (#4694)

parent 0736a62f
No related branches found
No related tags found
No related merge requests found
...@@ -632,15 +632,12 @@ input[type="range"]:focus::-moz-range-thumb { ...@@ -632,15 +632,12 @@ input[type="range"]:focus::-moz-range-thumb {
min-width: $column-lg-width min-width: $column-lg-width
} }
//.xl-td-placeholder {
// min-width: 300px;
//
// @include media-breakpoint-down(xxl) {
// width: 150px;
// }
//}
// Circles & Avatars // Circles & Avatars
.xs-circle {
width: 20px;
height: 20px;
}
.small-circle { .small-circle {
width: 40px; width: 40px;
height: 40px; height: 40px;
......
...@@ -8,7 +8,7 @@ export default function RoleRowPlaceHolder() { ...@@ -8,7 +8,7 @@ export default function RoleRowPlaceHolder() {
<tr className="align-middle border border-2 cursor-pointer"> <tr className="align-middle border border-2 cursor-pointer">
<td colSpan={12} className="py-4"> <td colSpan={12} className="py-4">
<Stack direction="horizontal"> <Stack direction="horizontal">
<RoundPlaceholder radius="20px" className="mx-1" /> <RoundPlaceholder size="xs" className="mx-1" />
<Stack> <Stack>
<Placeholder width={3} size="lg" /> <Placeholder width={3} size="lg" />
</Stack> </Stack>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment