﻿div .floating-actions {
    flex-direction: column-reverse;
    top:0px;
    bottom:auto;
    margin: var(--space-m);
}

.floating-actions-button{
    background-color: #fff;
}

div .floating-actions-items {
    flex-direction: column-reverse;
    margin-top: 20px;
}

div .floating-actions.is--open .floating-actions-button {
    box-shadow: var(--shadow-none);
    transform: none;
    filter: brightness(.9);
}