handling hidden and isLoading attribute
This commit is contained in:
parent
74b9be31f7
commit
3e4f832273
|
|
@ -12,10 +12,15 @@ html {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
*[hidden='true'] {
|
*[hidden='true'],
|
||||||
|
*[hidden]:not([hidden='false']) {
|
||||||
@apply !hidden;
|
@apply !hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section[isLoading] {
|
||||||
|
@apply opacity-30;
|
||||||
|
}
|
||||||
|
|
||||||
details {
|
details {
|
||||||
@apply bg-white shadowed rounded-2xl mb-4 px-8 py-6;
|
@apply bg-white shadowed rounded-2xl mb-4 px-8 py-6;
|
||||||
summary {
|
summary {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user