Aleksei Bavshin
d590d508ca
feat: add module
class to the root elements of the modules
...
Previously, the only way to select all the module labels was with the
following kind of selector:
```css
.modules-left > widget > label,
.modules-center > widget > label,
.modules-right > widget > label {
/* ... */
}
```
(and a matching block for the `box` containers).
Now, this can be expressed as
```css
label.module, box.module {
/* ... */
}
```
2024-02-14 22:41:13 -08:00
..
2023-09-13 23:25:39 +02:00
2023-11-18 13:59:21 -03:00
2024-02-14 22:41:13 -08:00
2024-02-14 22:41:13 -08:00
2023-01-23 18:42:32 +03:00
2023-03-08 14:35:07 +00:00
2023-10-31 23:31:58 +03:00
2023-11-23 00:45:31 +01:00
2024-02-14 22:41:13 -08:00
2024-02-14 22:41:13 -08:00
2024-02-14 22:41:13 -08:00
2023-11-28 19:39:08 +01:00
2024-02-14 22:41:13 -08:00
2023-10-15 17:52:12 -03:00
2023-10-15 17:52:12 -03:00
2024-01-30 09:07:37 +01:00
2023-10-24 17:51:38 +02:00
2023-10-31 21:13:52 +01:00
2023-10-24 20:16:50 +02:00
2024-01-17 13:30:32 +01:00
2023-09-13 21:59:42 +02:00
2024-02-14 22:41:13 -08:00
2023-10-09 15:26:07 -03:00
2023-07-04 19:48:04 +02:00
2023-01-23 18:42:32 +03:00
2024-02-14 22:41:13 -08:00
2023-01-23 18:42:32 +03:00
2023-01-23 18:42:32 +03:00
2024-02-14 22:41:13 -08:00
2023-09-13 21:56:37 +02:00
2023-10-21 17:06:02 +02:00
2023-10-15 17:52:12 -03:00
2023-10-15 17:52:12 -03:00
2023-08-16 14:32:48 +02:00
2023-01-23 18:42:32 +03:00
2024-01-30 09:07:37 +01:00
2023-06-17 11:33:14 +08:00
2023-01-23 18:42:32 +03:00
2023-12-22 11:50:41 +01:00