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

@ -16,7 +16,7 @@
background: white;
.shadow-bottom;
.shadow-16;
z-index: 3;

View File

@ -15,7 +15,7 @@
transition: opacity 0.5s ease;
.shadow-bottom;
.shadow-8;
&.active {
opacity: 1;

View File

@ -12,7 +12,7 @@ nav {
background: @dark;
color: white;
box-shadow: 1px 0 5px @dark-transparent;
box-shadow: 3px 0 16px 5px @dark-transparent;
z-index: 6;
transition: left 0.5s ease;

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 {