Added sliding effect to the items

This commit is contained in:
NejcZdovc
2016-10-17 14:35:29 +02:00
committed by József Farkas
parent 51c33cec3c
commit 721e676eb8
7 changed files with 82 additions and 19 deletions

View File

@@ -1,5 +1,10 @@
@import '../../../main-app/global-styles';
:host {
display: block;
width: 100%;
}
.action--editor {
padding-top: 0;
padding-bottom: 0;
@@ -67,6 +72,7 @@
&-container {
background: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 1rem 1.5rem;
}
}