mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 22:23:23 +00:00
pedagogy: small fix for leave comment on desktop
This commit is contained in:
parent
10faa14bef
commit
f93eaff876
@ -1819,6 +1819,7 @@ $pedagogy-white-text: #f0f0f0;
|
|||||||
.ui-accordion-header {
|
.ui-accordion-header {
|
||||||
background-color: $pedagogy-orange;
|
background-color: $pedagogy-orange;
|
||||||
color: $pedagogy-white-text;
|
color: $pedagogy-white-text;
|
||||||
|
clip-path: polygon(0 0%, 0 100%, 30% 100%, 33% 0);
|
||||||
|
|
||||||
@media screen and (max-width: $small-devices){
|
@media screen and (max-width: $small-devices){
|
||||||
clip-path: none;
|
clip-path: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user