Skip to content

Commit

Permalink
Merge pull request #23 from CuBoulder/issue/638
Browse files Browse the repository at this point in the history
Update ucb-bootstrap-layouts.css
  • Loading branch information
patrickbrown-io authored Jan 29, 2024
2 parents 22402fb + 34585ba commit 2d33db8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions css/ucb-bootstrap-layouts.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,28 @@
-webkit-box-shadow: none !important;
}

.ui-dialog.ui-widget-content button.ui-dialog-titlebar-close::before {
position: absolute;
top: calc(50% - 1px);
left: 50%;
width: 50%;
height: 0;
content: "";
border-top: solid 2px currentColor;
transform: translate(-50%, 50%) rotate(-45deg);
}

.ui-dialog.ui-widget-content button.ui-dialog-titlebar-close::after {
position: absolute;
top: calc(50% - 1px);
left: 50%;
width: 50%;
height: 0;
content: "";
border-top: solid 2px currentColor;
transform: translate(-50%, 50%) rotate(45deg);
}

/*** LAYOUT STYLES ***/

.ucb-boostrap-layout-section .column .block:first-child {
Expand Down

0 comments on commit 2d33db8

Please sign in to comment.