# king-addons/51.1.36/includes/admin/css/settings.css

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.36. 101 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.36/code/includes/admin/css/settings.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.36/raw/includes/admin/css/settings.css
- Modified: 2025-09-25T22:50:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.36/code/includes/admin/css/settings.css#L10-L20`.

```css
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/Inter.woff2') format('woff2');
}

#wpwrap,
#wpcontent,
.king-addons-settings {
    display: block !important;
}

.kng-btn-submit-wrap {
    margin-top: 20px;
    text-align: right;
}

/*noinspection DuplicatedCode*/
.kng-btn-submit {
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    padding: 8px 24px;
    cursor: pointer;
    transition: all 300ms;
    letter-spacing: 1px;
    color: white;
    border: none;
    border-radius: 12px;
    background: linear-gradient(45deg, #E1CBFF, #9B62FF 50%, #5B03FF);
}

.kng-btn-submit:hover {
    color: black;
}

hr.king-addons-settings-separator {
    border: none;
    border-top: 1px solid rgb(100 105 112 / 40%);
}

/*noinspection DuplicatedCode*/
.notice {
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    margin: 20px 40px 0 20px;
    padding: 20px !important;
    border: 1px solid rgb(23 200 107 / 30%);
    border-left-width: initial;
    border-radius: 30px;
    outline: none;
    background: #1a1b1b;
    box-shadow: none;
}

/*noinspection CssNonIntegerLengthInPixels*/
.notice p {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 10px;
    background: linear-gradient(107.65deg, #005DBB 17.53%, #17C969 94.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.notice-dismiss {
    position: absolute;
    top: unset;
    right: 20px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    color: white;
    border: none;
    background: 0 0;
}

/*noinspection DuplicatedCode*/
.notice-dismiss:before {
    font: normal 20px / 20px dashicons;
    display: block;
    width: 20px;
    height: 20px;
    content: "\f153";
    text-align: center;
    color: rgb(23 200 107 / 30%);
    background: 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.notice-dismiss:active:before, .notice-dismiss:focus:before, .notice-dismiss:hover:before {
    color: rgb(214 54 56 / 50%);
}
```
