﻿/*
Theme Name:   Onsus child theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://onsuswp.themesflat.co/
Template:     onsus
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  onsus-child-theme
*/

/* ===== Preloader spinner: red & black to match 24tech.pk logo ===== */
.spin-load-1 {
    border-top-color: #e94560 !important;
}
.spin-load-1:before {
    border-top-color: #1a1a1a !important;
}
.spin-load-1:after {
    border-top-color: #e94560 !important;
}