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:
parent
187d752dbe
commit
29440707db
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user