13 lines
308 B
SCSS
13 lines
308 B
SCSS
/* ------------------------------------------------------------------------------
|
|
*
|
|
* # Tooltip component
|
|
*
|
|
* Override and extend default tooltip styles.
|
|
*
|
|
* ---------------------------------------------------------------------------- */
|
|
|
|
// Header
|
|
.toast-header {
|
|
background-clip: border-box;
|
|
}
|