Sha256: 2a04219f09d26e6516d1d22fb5947d8a2059fea4f61103210b534dc4473ce06e

Contents?: true

Size: 575 Bytes

Versions: 2

Compression:

Stored size: 575 Bytes

Contents

// Import Fonts
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

// Branding Text
.phc_dev_strong_plugin {
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
}

.phc_dev_light_plugin {
    font-family: 'Roboto', sans-serif;
    font-weight: 100 !important;
}

// Beating Heart Effect for PHCNetco Websites
.hanna_hearts {
    color: #E23636;
    animation: pulse 1s ease infinite,
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
phcthemes_web_theme_pack-5.0.2 app/assets/stylesheets/common/custom/custom.scss
phcthemes_admin_panel_pack-5.1.4 app/assets/stylesheets/common/custom/custom.scss