Files
myprojplanet_vite/src/components/CMyValueDb/CMyValueDb.scss
Surya Paolo 3ffa2893e5 - edit campi prodotti
- edit ordini
2024-01-13 00:29:02 +01:00

25 lines
270 B
SCSS
Executable File

.colmodif {
cursor: pointer;
}
.colmodif:hover {
background-color: #a8f0ff;
cursor: pointer;
}
.colsel {
background-color: #81b8ff;
}
.cldisable{
color: gray !important;
}
.clinput{
@media (max-width: 500px) {
display: flex;
flex-grow: 1;
}
}