Adjustments in filmstrip section

This commit is contained in:
Ilya Daynatovich 2016-11-03 17:54:23 +02:00
parent 24169743e7
commit bbbd01b26c
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
position: absolute;
bottom: 0;
right: 0;
padding: 10px 10px 17px 5px;
padding: 10px 5px;
@extend %align-right;
&__toolbar {
@ -18,7 +18,7 @@
flex-wrap: nowrap;
position: relative;
z-index: 1; // Set z-index to make element visible
width: 20px;
width: 17px;
button {
font-size: 14px;
@ -29,7 +29,7 @@
height: auto;
width: 100%;
padding: 0;
margin: 0 1px;
margin: 0;
border: none;
outline: none;

View File

@ -93,7 +93,7 @@
#toast-container.notification-bottom-right {
bottom: 135px;
right: 13px;
right: 28px;
}
#toast-container * {