Remove unused documents-related CSS

We don't have any elements matching the `.documents .icon-document`
selector.
This commit is contained in:
Javi Martín
2023-10-12 21:18:04 +02:00
parent f9bb178cb0
commit 00f063b291

View File

@@ -2044,14 +2044,6 @@ table {
padding: $line-height / 2; padding: $line-height / 2;
position: relative; position: relative;
.icon-document {
color: #007bb7;
display: inline-block;
font-size: rem-calc(24);
line-height: $line-height;
vertical-align: middle;
}
p { p {
margin-bottom: 0; margin-bottom: 0;
} }