Added the "not available" class to the styles.sass

This commit is contained in:
2023-06-02 14:49:29 +02:00
parent 36f3be0385
commit 4f98138df2

View File

@ -7,6 +7,10 @@
flex-wrap: wrap
gap: 2rem
.not-available
filter: blur(3px)
pointer-events: none
.configuration-area
display: flex
flex-direction: column