Skip to content
Snippets Groups Projects
Commit 1f5a5012 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(structure-list): border-bottom is now correctly removed on last element

parent 667288fd
Branches
Tags
1 merge request!197v1.12.0
......@@ -48,7 +48,7 @@ a {
}
.structure-details-block:last-child {
border-bottom: none;
border-bottom: none !important;
}
.opening-time {
......@@ -157,4 +157,4 @@ p,
@media #{$large-phone} {
flex-direction: column;
}
}
\ No newline at end of file
}
......@@ -50,7 +50,7 @@ a {
}
.structure-details-block:last-child {
border-bottom: none;
border-bottom: none !important;
}
.opening-time {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment