Replaced adidas coding styles for CSS with a custom one based on stylelint recommended

This commit is contained in:
Alejandro Celaya
2022-05-11 22:32:17 +02:00
parent f3570d0c9d
commit 67c45f444b
9 changed files with 562 additions and 2885 deletions

View File

@@ -8,7 +8,7 @@
.servers-list__list-group:not(.servers-list__list-group--embedded) {
max-width: 400px;
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075);
}
.servers-list__server-item.servers-list__server-item {