Use sass rather than scss
This commit is contained in:
parent
c723c31161
commit
583dab907b
13 changed files with 34 additions and 66 deletions
19
styles/components/_meetups.sass
Normal file
19
styles/components/_meetups.sass
Normal file
|
@ -0,0 +1,19 @@
|
|||
.meetups
|
||||
@include clearfix;
|
||||
|
||||
ul
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
|
||||
li
|
||||
display: inline-block;
|
||||
padding: 5px 0;
|
||||
margin: 0 5px 5px 0;
|
||||
|
||||
a
|
||||
display: block;
|
||||
|
||||
img
|
||||
max-height: 40px;
|
||||
width: auto;
|
Loading…
Add table
Add a link
Reference in a new issue