Add class for inline display
This commit is contained in:
parent
d0c87126c1
commit
cf93b840bc
1 changed files with 4 additions and 0 deletions
|
@ -111,3 +111,7 @@ @for $i from 1 to 3 {
|
||||||
margin: #{i}/4;
|
margin: #{i}/4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue