FEATURE introducing a shadow md
This commit is contained in:
parent
6ceaa2b9fb
commit
952bbe3969
|
|
@ -1,6 +1,9 @@
|
|||
.shadowed {
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.shadowed-md {
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
.shadowed-lg {
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user