Merge branch 'v8/8.10' into v8/8.11

This commit is contained in:
Sebastiaan Janssen
2021-01-20 15:07:14 +01:00

View File

@@ -104,19 +104,18 @@
margin: 0 auto;
list-style: none;
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: flex-start;
}
.umb-card-grid li {
font-size: 12px;
text-align: center;
box-sizing: border-box;
position: relative;
width: 100px;
margin-bottom: 5px;
}
.umb-card-grid.-six-in-row li {
@@ -142,18 +141,20 @@
.umb-card-grid .umb-card-grid-item {
position: relative;
display: block;
width: 100%;
//height: 100%;
padding-top: 100%;
width: 100%;
height: 100%;
padding: 10px 5px;
border-radius: @baseBorderRadius * 2;
transition: background-color 120ms;
font-size: 13px;
line-height: 1.3em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
> span {
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
position: relative;
display: flex;
align-items: center;
justify-content: center;