mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
test a new chill help tooltip
This commit is contained in:
@@ -276,6 +276,20 @@ div.metadata {
|
||||
}
|
||||
}
|
||||
|
||||
/// chill help tooltip
|
||||
|
||||
.chill-help-tooltip {
|
||||
&::before {
|
||||
content: '\f05a';
|
||||
color: $chill-pink;
|
||||
font-family: ForkAwesome;
|
||||
font-style: normal;
|
||||
font-size: 120%;
|
||||
cursor: pointer;
|
||||
margin: auto 0.3em;
|
||||
}
|
||||
}
|
||||
|
||||
/// display definition list
|
||||
// with dt and dd on same line
|
||||
|
||||
|
Reference in New Issue
Block a user