Commit a016db397be48d9a115769208cd0b3860a8098bd
1 parent
3990d8bd
Exists in
master
and in
2 other branches
Cut card box shadow for responsive design
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -164,6 +164,10 @@ | @@ -164,6 +164,10 @@ | ||
164 | margin-top: 8px; | 164 | margin-top: 8px; |
165 | } | 165 | } |
166 | 166 | ||
167 | + .card{ | ||
168 | + box-shadow: 0 3px 3px 0 rgba(0,0,0,.2), 0 3px 3px 0 rgba(0,0,0,.19); | ||
169 | + } | ||
170 | + | ||
167 | .users-cloud .small a { | 171 | .users-cloud .small a { |
168 | 172 | ||
169 | display:none; | 173 | display:none; |