Archived
1
0
Fork 0

adding app/assets/less/components/spacer.less

This commit is contained in:
Henrik Hautakoski 2018-08-13 13:14:24 +02:00
parent 808afbac17
commit bfa71745e0
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,6 @@
.spacer {
display: block;
border-bottom: 1px solid @gray-light;
margin: @spacer-margin;
}