/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/*------------------
  TOOLTIP 
--------------------*/
[data-balloon]:after{
  padding:4px 8px;
  background-color:var(--scl-neutral-12);
  font-size:var(--sfs-text--xs);
  color:var(--scl-neutral-1);
  font-weight:400;
}
[data-balloon]:before {
  border-right-color:var(--scl-neutral-12);
}