decrease size on items in content grid
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
.umb-content-grid__icon-container {
|
||||
background: lighten(@grayLight, 7%);
|
||||
height: 100px;
|
||||
height: 75px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
.umb-content-grid__content {
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.umb-content-grid__item-name {
|
||||
@@ -63,17 +63,13 @@
|
||||
list-style: none;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
font-size: 12px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.umb-content-grid__details-list.-light {
|
||||
color: @grayLight;
|
||||
}
|
||||
|
||||
.umb-content-grid__details-item {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.umb-content-grid__details-label {
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user