css: Delete unused Bootstrap close rules from portico.

This commit is contained in:
Tim Abbott
2024-01-28 15:38:39 -08:00
parent 00aa0631fe
commit b44c3d321d

View File

@@ -297,29 +297,6 @@ input:focus:invalid:focus {
.open .dropdown-toggle {
outline: 0;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 20px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.hide {
display: none;
}