/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    This file contains rules for
    METADATA BUTTON
    that implement the UU design system specifically for Sitevision

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Set margin bottom to 0 for the metadata button so the module does not get any height in online
   mode where the button is not shown. The module with add a margin bottom when the button is
   displayed in edit mode. */
.sv-se-uu-uit-webb-webapp-metadata-button {
    margin-bottom: 0 !important;
}