Rename .hidden class to avoid overrides from external code

This commit is contained in:
Emili Castells Guasch 2024-05-13 16:32:10 +02:00
parent 8f29a3660e
commit 5b5654d371
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
padding: 1rem 0;
background-color: #ffffff;
&.hidden {
&.axo-hidden {
display: none;
}
}