Box shadow for boxes
This commit is contained in:
parent
3c6daec4b1
commit
791208431c
3 changed files with 12 additions and 2 deletions
|
@ -31,6 +31,12 @@ $hover: #FDF5D9;
|
|||
box-shadow: 0 0 3px #ddd;
|
||||
}
|
||||
|
||||
@mixin solid_shade {
|
||||
-moz-box-shadow: 0 0 0 3px #eee;
|
||||
-webkit-box-shadow: 0 0 0 3px #eee;
|
||||
box-shadow: 0 0 0 3px #eee;
|
||||
}
|
||||
|
||||
@mixin border-radius($radius) {
|
||||
-moz-border-radius: $radius;
|
||||
-webkit-border-radius: $radius;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue