> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CSS Variables

> These sub-variables are used to change the CSS properties of the element if the user is logged out.

## Avilable Sub-Variables

### Hide

```html theme={null}
looop_on-logout=hide
```

### Show

```html theme={null}
looop_on-logout=show
```

### Flex

```html theme={null}
looop_on-logout=flex
```

### Disable

```html theme={null}
looop_on-logout=disable
```

### Enable

```html theme={null}
looop_on-logout=enable
```
