/*
 *  This file is part of Adspect anti-fraud software.
 *  Copyright (C) 2019-2025 Adspect.  All rights reserved.
 */

/* {{{ Buttons */

.btn {
	border-radius: 12px !important;
}

/* }}} */
/* {{{ Blurry floaters animation */

.bg-float {
	background: linear-gradient(-45deg, #ffeedd, #ffddee, #eeddff, #ddffee);
	background-size: 400% 400%;
	animation: bg-float 15s ease infinite;
}

@keyframes bg-float {
	0%   { background-position: 0% 50%; }
	50%  { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

/* }}} */

/*
 * vim: ts=4 sw=4 noet fdm=marker
 */
