1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-18 09:49:54 +02:00
choosealicense.com/assets/vendor/hint.css/src/hint-rounded.scss
2023-08-27 14:15:54 +05:00

16 lines
185 B
SCSS

/**
* source: hint-rounded.scss
*
* Defines rounded corner tooltips.
*
* Classes added:
* 1) hint--rounded
*
*/
.#{$hintPrefix}rounded {
&:after {
border-radius: 4px;
}
}