Skip to content
Snippets Groups Projects
Commit e179a5a9 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

styling for comments form

parent 66ace1e1
No related branches found
No related tags found
No related merge requests found
.comment {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid $color--light-mid-grey;
@include media-query(tablet-portrait) {
max-width: 60%;
}
&:first-of-type {
margin-top: 20px;
}
&:last-of-type {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
&__time,
&__user,
&__copy {
margin: 0;
}
&__time {
font-size: map-get($font-sizes, milli);
}
&__user {
font-weight: $weight--semibold;
}
}
...@@ -44,5 +44,22 @@ ...@@ -44,5 +44,22 @@
margin-top: 15px; margin-top: 15px;
} }
} }
textarea,
&__textarea {
width: 100%;
padding: 10px;
border: 1px solid lightgrey;
&--comments {
display: block;
height: 100px;
margin-bottom: 20px;
@include media-query(tablet-portrait) {
max-width: 60%;
};
}
}
} }
...@@ -246,4 +246,12 @@ ...@@ -246,4 +246,12 @@
margin-top: 50px; margin-top: 50px;
} }
} }
&--comments {
padding: 20px;
@include media-query(tablet-portrait) {
padding: 30px;
}
}
} }
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
// Components // Components
@import 'components/activity-feed'; @import 'components/activity-feed';
@import 'components/comment';
@import 'components/button'; @import 'components/button';
@import 'components/feed'; @import 'components/feed';
@import 'components/grid'; @import 'components/grid';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment