Skip to content
Snippets Groups Projects
Commit fd9415f9 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'feat/loader-carto-style' into 'V2.0'

feat: center loader carto

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!356
parents c07d54c4 ff5d0161
No related branches found
No related tags found
Loading
......@@ -6,6 +6,19 @@
.structureList-container {
overflow-y: auto;
scrollbar-gutter: stable;
display: flex;
flex-direction: column;
flex: 1;
.listCard {
display: flex;
flex-direction: column;
flex: 1;
.loader {
margin: auto;
}
}
}
.listCard > p {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment