Skip to content
Snippets Groups Projects
Commit b91233f8 authored by Tenebrosful's avatar Tenebrosful
Browse files

lint

parent c1c3e479
Branches
No related tags found
No related merge requests found
Pipeline #6663 passed
...@@ -111,7 +111,7 @@ nav ul li a { ...@@ -111,7 +111,7 @@ nav ul li a {
grid-gap: 10px; grid-gap: 10px;
grid-auto-rows: minmax(320px, auto); grid-auto-rows: minmax(320px, auto);
justify-content: center; justify-content: center;
background-color: rgba(0, 0, 0, 0%); background-color: rgb(0 0 0 / 0%);
max-height: 100%; max-height: 100%;
position: relative; position: relative;
} }
...@@ -442,50 +442,50 @@ html body .content #list-toggle:checked + label::after { ...@@ -442,50 +442,50 @@ html body .content #list-toggle:checked + label::after {
/* table list */ /* table list */
.list{ .list {
display: grid; display: grid;
justify-content: center; justify-content: center;
} }
.titreListe{ .titreListe {
text-align: center; text-align: center;
display:table-cell; display: table-cell;
vertical-align: middle; vertical-align: middle;
margin: 0 0 0 0; margin: 0;
background-color: white; background-color: white;
height: 10vh; height: 10vh;
width: 100vw; width: 100vw;
box-shadow: 3px 2px 3px 1px rgb(0 0 0 / 20%); box-shadow: 3px 2px 3px 1px rgb(0 0 0 / 20%);
} }
.page{ .page {
display: inline-flex; display: inline-flex;
justify-content:flex-end; justify-content: flex-end;
} }
.page i{ .page i {
color: black; color: black;
} }
.page i:hover{ .page i:hover {
color: grey; color: grey;
} }
.list table{ .list table {
width: 80vw; width: 80vw;
margin-top: 6%; margin-top: 6%;
border-collapse: collapse; border-collapse: collapse;
} }
.list table tr:nth-child(2n){ .list table tr:nth-child(2n) {
background: lightgrey; background: lightgrey;
} }
.list td img{ .list td img {
height: 50px; height: 50px;
} }
.list td{ .list td {
border: none; border: none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment