<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "variables.less";

.container-fluid.action-buttons {
    position: relative;
    background-color: @actionbutton-background-color;
    padding-top: @actionbutton-padding-top-n-bottom;
    padding-bottom: @actionbutton-padding-top-n-bottom;
}

.container.action-buttons {
    background-color: red !important;
    height: 100%;
}

.action-buttons  {
    img {
        width: 100%;
    }

    .col {
        margin-top: @actionbutton-margin-top;
    }
}

.action-button-text {
    display: block;
    font-family: @actionbutton-font-family;
    color: @actionbutton-font-color;
    font-size: @actionbutton-font-size;
    font-weight: 600;
    text-transform: @actionbutton-text-transform;
}</pre></body></html>