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