Update feedback card styling (#18713)

This commit is contained in:
Bram Kragten 2021-08-03 14:57:37 +02:00 committed by GitHub
parent 8c2e89f1b2
commit 80c52ed7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,16 +40,6 @@ $primary-color: #049cdb;
} }
} }
} }
.feedback {
h4 {
margin: 0 0 8px !important;
a {
text-decoration: none !important;
color: #000;
}
}
}
.integration-alert { .integration-alert {
margin: -1em 0; margin: -1em 0;
@ -132,6 +122,24 @@ $primary-color: #049cdb;
} }
} }
.feedback {
box-shadow: none;
border: 1px solid rgba(0, 0, 0, .12);
border-radius: 4px;
h4 {
margin: 0 0 8px !important;
a {
text-decoration: none !important;
color: #000;
}
}
.links a {
font-weight: 400;
text-transform: none;
}
}
.frontpage { .frontpage {
.material-card { .material-card {
margin-bottom: 24px; margin-bottom: 24px;