10 lines
147 B
SCSS
10 lines
147 B
SCSS
//
|
|
// profile.scss
|
|
//
|
|
|
|
.post-user-comment-box {
|
|
background-color: $gray-100;
|
|
margin: 0 -.75rem;
|
|
padding: 1rem;
|
|
margin-top: 20px;
|
|
} |