Skip to content

Commit d57aa62

Browse files
FIx box shadow around the box in the specification page
1 parent 77b68b3 commit d57aa62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/projects/detail/containers/Specification.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ $title-color: $tc-gray-80;
188188
border-radius: 4px;
189189
position: relative;
190190

191+
form > div {
192+
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
193+
}
194+
191195
.title {
192196
color: $tc-gray-80;
193197
@include roboto-bold;

0 commit comments

Comments
 (0)