app/assets/sass/components/_callback-list.scss: add some top margin.
This commit is contained in:
parent
eebcce70f9
commit
ac3e2b8d1d
1 changed files with 64 additions and 61 deletions
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
.callback-list {
|
||||
margin-top: 1em;
|
||||
|
||||
.callback-list-item {
|
||||
&-item {
|
||||
@include clearfix();
|
||||
position: relative;
|
||||
padding: .6em 1em;
|
||||
|
|
@ -76,3 +78,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue