Sha256: 23a7b78414fd338d5a4d09ace9a967a523c646138ab785c163e415d87fed95e0
Contents?: true
Size: 826 Bytes
Versions: 18
Compression:
Stored size: 826 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_logo { font-family: 'Roboto', sans-serif; font-size: 32px; font-weight: 700 !important; } .phc_dev_light_plugin_logo { font-family: 'Roboto', sans-serif; font-size: 32px; font-weight: 100 !important; } .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
18 entries across 18 versions & 2 rubygems