Improve modal close button

Signed-off-by: infinitytec <infinitytec@users.noreply.github.com>
This commit is contained in:
infinitytec
2023-03-22 21:40:19 -05:00
committed by GitHub
parent e054749ee2
commit e438633db2

View File

@@ -1493,19 +1493,15 @@ table.dataTable {
.modal-header .close,
.close,
.alert > .close {
background: #dd4b39;
padding: 0 0.5em 0 1em;
color: #000;
color: currentColor;
opacity: 1;
text-decoration: none;
text-shadow: none;
border-radius: 1.07em;
text-align: right;
transform: scale(2) translate(0, -3px);
font-weight: normal;
}
.close:hover,
.close:focus {
background: #d73925;
color: #fff;
opacity: 1;
}