HEX
Server: Apache
System: Linux linplesk41.pumo.com.tw 3.10.0-962.3.2.lve1.5.27.el7.x86_64 #1 SMP Sat Nov 30 02:18:52 EST 2019 x86_64
User: rajlaw (10192)
PHP: 7.4.24
Disabled: phpinfo,passthru,exec,shell_exec,system,popen,proc_open,proc_close,show_source,pcntl_exec,escapeshellcmd,proc_get_status,proc_nice,proc_terminate,escapeshellarg
Upload Files
File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/patterns-agency/src/admin/common.scss
@import '../prefix-vars';

#{$themePrefix} {
    &-btn {
        &-default {
            #{$varPrefix}-bg-cl: #2e312f;
            #{$varPrefix}-bdr-cl: #2e312f;
            #{$varPrefix}-cl: #fff;

            background-color: var(#{$varPrefix}-bg-cl) !important;
            border-color: var(#{$varPrefix}-bdr-cl) !important;
            color: var(#{$varPrefix}-cl) !important;

            &:hover,
            &:focus {
                #{$varPrefix}-bg-cl: #585a59;
                #{$varPrefix}-bdr-cl: #585a59;
            }
        }

        &-primary {
            #{$varPrefix}-bg-cl: #48b44f;
            #{$varPrefix}-bdr-cl: #48b44f;

            background-color: var(#{$varPrefix}-bg-cl) !important;
            border-color: var(#{$varPrefix}-bdr-cl) !important;
        }

        &-secondary {
            #{$varPrefix}-bg-cl: #e8f3eb;
            #{$varPrefix}-bdr-cl: #e8f3eb;
            #{$varPrefix}-cl: #2e312f;

            background-color: var(#{$varPrefix}-bg-cl) !important;
            border-color: var(#{$varPrefix}-bdr-cl) !important;
            color: var(#{$varPrefix}-cl) !important;

            &:hover,
            &:focus {
                #{$varPrefix}-bg-cl: #fff;
                #{$varPrefix}-bdr-cl: #fff;
                #{$varPrefix}-c: #2e312f;
            }
        }

        &-primary-outline {
            #{$varPrefix}-bg-cl: transparent;
            #{$varPrefix}-bdr-cl: #48b44f;
            #{$varPrefix}-cl: #48b44f;

            background-color: var(#{$varPrefix}-bg-cl) !important;
            border-color: var(#{$varPrefix}-bdr-cl) !important;
            color: var(#{$varPrefix}-cl) !important;

            &:hover,
            &:focus {
                #{$varPrefix}-bg-cl: #48b44f;
                #{$varPrefix}-bdr-cl: #48b44f;
                #{$varPrefix}-cl: #fff;
            }
        }

        &-outline {
            #{$varPrefix}-bg-cl: transparent;
            #{$varPrefix}-bdr-cl: #2e312f;
            #{$varPrefix}-cl: #2e312f;

            background-color: var(#{$varPrefix}-bg-cl) !important;
            border-color: var(#{$varPrefix}-bdr-cl) !important;
            color: var(#{$varPrefix}-cl) !important;

            &:hover,
            &:focus {
                #{$varPrefix}-bg-cl: #585a59;
                #{$varPrefix}-bdr-cl: #585a59;
                #{$varPrefix}-cl: #fff;
            }
        }
    }

    &-processing:before {
        content: '\f463';
        font: normal 20px / 1 dashicons;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        animation: rotation 2s infinite linear;
        vertical-align: middle;
    }
}