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

This commit is contained in:
Mathias Wagner 2023-06-02 14:49:29 +02:00
parent 36f3be0385
commit 4f98138df2
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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