Le blog de Victor Héry https://blog.victor-hery.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
365 B

div.applause_button {
display: flex;
justify-content: flex-end;
& applause-button {
height: 50px;
width: 50px;
& div.style-root {
/* We are forced to use important because applause-button has defined
* style on the element */
fill: maroon !important;
stroke: maroon !important;
color: maroon !important;
}
}
}