1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-20 10:39:45 +01:00

make tooltips rounded

This commit is contained in:
Kushagra Gour 2024-04-23 17:30:07 +05:30
parent 187d752dbe
commit 29440707db

View File

@ -279,12 +279,14 @@ label {
[class*='hint--']:after,
[class*='hint--']:before {
background-color: #000;
border-radius: 0 4px 0 0;
}
[class*='hint--']:after {
text-transform: none;
font-weight: normal;
letter-spacing: 0.5px;
font-size: 14px;
border-radius: 4px;
}
.line {