1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-10 00:16:18 +02: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--']:after,
[class*='hint--']:before { [class*='hint--']:before {
background-color: #000; background-color: #000;
border-radius: 0 4px 0 0;
} }
[class*='hint--']:after { [class*='hint--']:after {
text-transform: none; text-transform: none;
font-weight: normal; font-weight: normal;
letter-spacing: 0.5px; letter-spacing: 0.5px;
font-size: 14px; font-size: 14px;
border-radius: 4px;
} }
.line { .line {