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.
 
 
 
 
 

17 lines
340 B

.o_field_image {
background-color: var(--ImageField-background-color, transparent);
button {
transition: opacity ease 400ms;
width: 26px;
height: 26px;
}
.o_mobile_controls {
button {
width: 30px;
height: 30px;
padding: 6px !important;
}
}
}