Use • instead of border for footer
This commit is contained in:
parent
02fb76c09a
commit
827b107dd4
1 changed files with 10 additions and 5 deletions
|
@ -28,17 +28,22 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
& > *:not(:last-child) {
|
& > *:not(:last-child)::after {
|
||||||
border-right: 1px solid;
|
content: "•";
|
||||||
padding: 0 15px;
|
padding: 0 5px;
|
||||||
|
|
||||||
@media #{$media-size-tablet} {
|
@media #{$media-size-tablet} {
|
||||||
border: none;
|
content: "";
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& > *:last-child {
|
& > *:last-child {
|
||||||
padding: 0 15px;
|
padding: 0 5px;
|
||||||
|
|
||||||
|
@media #{$media-size-tablet} {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue