Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Give cards back their shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Aug 24, 2017
1 parent c86ca6f commit 59889aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions src/components/passphrase/passphrase.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,3 @@ hr {
.templateItem {
min-height: 130px;
}
:global .box {
box-shadow: none !important;
}
4 changes: 1 addition & 3 deletions src/components/passphrase/passphrase.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ class Passphrase extends React.Component {
<div>
<section className={`${styles.templateItem} ${grid['middle-xs']}`}>
<div className={grid['col-xs-12']}>
<div className='box'>
{ templates[current] }
</div>
{ templates[current] }
</div>
</section>

Expand Down

0 comments on commit 59889aa

Please sign in to comment.