update: comments added to user-thumb
This commit is contained in:
parent
6fefd17c9b
commit
6fed12bc01
@ -1,3 +1,4 @@
|
|||||||
|
/* The grids */
|
||||||
%user-thumb__grid {
|
%user-thumb__grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-column-gap: 1.6rem;
|
grid-column-gap: 1.6rem;
|
||||||
@ -21,7 +22,7 @@
|
|||||||
margin-top: 0.50rem;
|
margin-top: 0.50rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Styles for elements of user-thumb*/
|
||||||
.user-thumb__picture {
|
.user-thumb__picture {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
@ -97,7 +98,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Apply the grid to all user-thumbs */
|
/* Apply the grids to all user-thumbs */
|
||||||
.user-thumb>div,
|
.user-thumb>div,
|
||||||
[name='user-thumb'] {
|
[name='user-thumb'] {
|
||||||
@extend %user-thumb__grid;
|
@extend %user-thumb__grid;
|
||||||
|
Loading…
Reference in New Issue
Block a user