Use sass rather than scss
This commit is contained in:
parent
c723c31161
commit
583dab907b
13 changed files with 34 additions and 66 deletions
11
styles/components/_badges.sass
Normal file
11
styles/components/_badges.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.badges
|
||||
> a
|
||||
display: block;
|
||||
margin: 0 0 10px;
|
||||
text-align: center;
|
||||
|
||||
&:last-child
|
||||
margin-bottom: 0;
|
||||
|
||||
&[class$="da-member"] img
|
||||
max-width: 175px;
|
Loading…
Add table
Add a link
Reference in a new issue