Skip to content

Commit

Permalink
MID-7976 request access ui, more css improvements for tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jul 13, 2022
1 parent 4b4972b commit b344fcc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions gui/admin-gui/src/frontend/scss/midpoint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,15 @@ th.debug-list-buttons {
}
}

.role-catalog-tiles-table .catalog-tile-panel {
height: 376px;
margin-bottom: $grid-gutter-width;
.request-access-wizard {
& .simple-tile {
width: 250px;
height: 250px;
}

& .role-catalog-tiles-table .catalog-tile-panel {
height: 376px;
margin-bottom: $grid-gutter-width;
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h3>Description</h3>
</wicket:remove>

<form wicket:id="mainForm" class="d-flex justify-content-center">
<div wicket:id="wizard"/>
<div class="request-access-wizard" wicket:id="wizard"/>
</form>
</wicket:extend>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<wicket:fragment wicket:id="tileFragment">
<div class="d-flex flex-wrap gap-3 justify-content-center mt-5" wicket:id="listContainer">
<wicket:container wicket:id="list">
<div class="selectable" wicket:id="tile"/>
<div class="simple-tile selectable" wicket:id="tile"/>
</wicket:container>
</div>
</wicket:fragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<wicket:extend>
<div class="d-flex flex-wrap gap-3 justify-content-center mt-5" wicket:id="listContainer">
<wicket:container wicket:id="list">
<div class="selectable" wicket:id="tile"/>
<div class="simple-tile selectable" wicket:id="tile"/>
</wicket:container>
</div>
</wicket:extend>
Expand Down

0 comments on commit b344fcc

Please sign in to comment.