Skip to content

Commit ed18c98

Browse files
authored
Update css.scss
1 parent aa77acf commit ed18c98

File tree

1 file changed

+27
-4
lines changed
  • Modern Development/Service Portal Widgets/Catalog Item Explorer

1 file changed

+27
-4
lines changed

Modern Development/Service Portal Widgets/Catalog Item Explorer/css.scss

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
justify-content: center;
44
flex-wrap: wrap;
55
width: 100%;
6-
padding: 10px 0;
6+
padding: 1rem 0;
77
margin: 0;
88
}
99

1010
.catalog-category {
11-
font-size: 25px;
11+
font-size: 2.4rem;
1212
font-weight: 600;
1313
}
1414

1515
.category-letter:hover {
1616
transform: scale(1.4);
17-
border-radius: 10px;
17+
border-radius: 1rem;
1818
cursor: pointer;
1919
}
2020

@@ -36,12 +36,35 @@
3636
color: #428BCA;
3737
}
3838

39+
.list-group-item {
40+
margin:0;
41+
display: flex;
42+
align-items: center;
43+
}
44+
3945
.main-column {
46+
flex: 55%;
4047
cursor: pointer;
4148
}
4249

50+
.item-type-column {
51+
flex: 25%;
52+
text-align: center;
53+
font-size: 1.2rem;
54+
}
55+
56+
.external-redirect-cell {
57+
flex: 10%;
58+
text-align: center;
59+
}
60+
61+
.panels-container {
62+
display: flex;
63+
justify-content: center;
64+
}
65+
4366
.panel-footer, .panel-heading {
44-
height: 40px;
67+
height: 4rem;
4568
display: flex;
4669
justify-content: space-between;
4770
align-items: center;

0 commit comments

Comments
 (0)