ngAfterViewChecked: function()

in platform/core/snackbars/coaster/coaster.component.js [41:51]


    ngAfterViewChecked: function () {
        $('.fds-snackbar-wrapper').css('border-color', this.color);
        $('.fds-snackbar-title').css('color', this.color);
        $('.fds-coaster-icon').css('color', this.color);

        if (this.icon) {
            $('.fds-snackbar-wrapper').css('padding', '15px 15px 15px 45px');
        } else {
            $('.fds-snackbar-wrapper').css('padding', '15px 15px 15px 15px');
        }
    },