mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
Add a box shadow to resource links
This commit is contained in:
parent
66008cc76a
commit
bede13b983
1 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
@import 'colors';
|
||||
|
||||
.download-container {
|
||||
position: relative;
|
||||
|
||||
border: 1px solid #333;
|
||||
margin: 2%;
|
||||
overflow: hidden;
|
||||
width: 300px;
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
||||
}
|
||||
|
||||
.download-container img {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue