Add the placeholders stylesheet
This commit is contained in:
parent
8dcf0af56d
commit
5c1aad2e4f
1 changed files with 14 additions and 0 deletions
14
app/assets/stylesheets/_placeholders.scss
Normal file
14
app/assets/stylesheets/_placeholders.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
%horizontal-list {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 0px;
|
||||
}
|
||||
|
||||
%horizontal-list-item {
|
||||
display: inline-block;
|
||||
|
||||
&:last-of-type {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue