feat files: Create files and Directories

fix styles.shadows: Follow Material Design's shadow and elevation guide, I like it. 😍
This commit is contained in:
Mahdi Dibaiee
2015-09-04 14:57:45 +04:30
parent 100dc03813
commit 13564f5448
15 changed files with 186 additions and 56 deletions

View File

@ -1,5 +1,9 @@
.shadow-bottom {
box-shadow: 0 1px 2px @dark-transparent;
.shadow-16 {
box-shadow: 0 15px 24px 6px @dark-transparent;
}
.shadow-8 {
box-shadow: 0 8px 16px 3px @dark-transparent;
}
.shadow {