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:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user