pedagogy: small fix for leave comment on desktop

This commit is contained in:
Antoine Bartuccio 2019-07-07 19:08:30 +02:00
parent 10faa14bef
commit f93eaff876
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 1 additions and 0 deletions

View File

@ -1819,6 +1819,7 @@ $pedagogy-white-text: #f0f0f0;
.ui-accordion-header {
background-color: $pedagogy-orange;
color: $pedagogy-white-text;
clip-path: polygon(0 0%, 0 100%, 30% 100%, 33% 0);
@media screen and (max-width: $small-devices){
clip-path: none;