This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/library/jgrowl/less/jgrowl.variables.less
2019-05-13 10:53:10 +02:00

8 lines
262 B
Plaintext

@jgrowl-width: 250px;
@jgrowl-height: 40px;
@jgrowl-backgroundColor: #000;
@jgrowl-color: #fff;
@jgrowl-fontSize: 12px;
@jgrowl-fontFamily: "Helvetica Neue", Helvetica, Arial, sans-serif;
@jgrowl-opacity: .90;
@jgrowl-borderRadius: 5px;