Viewing File: /usr/local/cpanel/share/libraries/base_styles/src/promotion.less

/*
# promotion.less                                     Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/

@import (reference) "variables.less";

/* ------------------------------------------------------------------------------ */
/* Promotions
/* ------------------------------------------------------------------------------ */
.promotion {
    &:extend(.callout);
    position: relative;
    background-color: @promotion-bg;
    border-color: @cpanel-orange;
    span.promotional-label {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 0 0.25em 0.25em;
    }
    p.title {
        margin-bottom: 5px;
    }
    div.actions {
        margin-top: 15px;
    }
}
Back to Directory File Manager