Better spacing between items in usergrid
This commit is contained in:
parent
89cff3c541
commit
bf6681c5e6
@ -10,6 +10,7 @@
|
|||||||
.cp-usergrid-grid {
|
.cp-usergrid-grid {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
margin: -3px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
&.cp-usergrid-empty {
|
&.cp-usergrid-empty {
|
||||||
@ -42,17 +43,12 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin-bottom: 6px;
|
margin: 3px;
|
||||||
margin-right: 6px;
|
|
||||||
cursor: default;
|
cursor: default;
|
||||||
transition: order 0.5s, background-color 0.5s;
|
transition: order 0.5s, background-color 0.5s;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
.tools_unselectable();
|
.tools_unselectable();
|
||||||
|
|
||||||
&:nth-child(6n) {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.cp-selected {
|
&.cp-selected {
|
||||||
background-color: @colortheme_alertify-primary;
|
background-color: @colortheme_alertify-primary;
|
||||||
color: @colortheme_alertify-primary-text;
|
color: @colortheme_alertify-primary-text;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user