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:
@ -16,7 +16,7 @@
|
||||
|
||||
background: white;
|
||||
|
||||
.shadow-bottom;
|
||||
.shadow-16;
|
||||
|
||||
z-index: 3;
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
transition: opacity 0.5s ease;
|
||||
|
||||
.shadow-bottom;
|
||||
.shadow-8;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user