Tidy sass
This commit is contained in:
parent
9bd39e9692
commit
27c3bacf17
|
@ -1,3 +1,2 @@
|
|||
.availability
|
||||
p:last-of-type
|
||||
.availability p:last-of-type
|
||||
margin-bottom: 0
|
||||
|
|
|
@ -1,14 +1,13 @@
|
|||
.badges
|
||||
img
|
||||
max-width: 100%
|
||||
.badges img
|
||||
max-width: 100%
|
||||
|
||||
> a
|
||||
display: block
|
||||
margin: 0 0 10px
|
||||
text-align: center
|
||||
.badges > a
|
||||
display: block
|
||||
margin: 0 0 10px
|
||||
text-align: center
|
||||
|
||||
&:last-child
|
||||
margin-bottom: 0
|
||||
&:last-child
|
||||
margin-bottom: 0
|
||||
|
||||
&[class$="da-member"] img
|
||||
max-width: 152px
|
||||
&[class$="da-member"] img
|
||||
max-width: 152px
|
||||
|
|
|
@ -1,12 +1,11 @@
|
|||
.page--contact
|
||||
form
|
||||
.form__name,
|
||||
.form__email,
|
||||
.form__subject,
|
||||
.form__message
|
||||
@extend .form-group
|
||||
.form__name,
|
||||
.form__email,
|
||||
.form__subject,
|
||||
.form__message
|
||||
@extend .form-group
|
||||
|
||||
[type="email"],
|
||||
[type="text"],
|
||||
textarea
|
||||
@extend .form-control
|
||||
[type="email"],
|
||||
[type="text"],
|
||||
textarea
|
||||
@extend .form-control
|
||||
|
|
Reference in a new issue