kopia lustrzana https://github.com/wagtail/wagtail
Add Sass variable to avoid repeating icon size
rodzic
1614cc9a07
commit
f6cdd27972
|
@ -1,3 +1,5 @@
|
|||
$icon-size: 1em;
|
||||
|
||||
.TooltipEntity {
|
||||
cursor: pointer;
|
||||
|
||||
|
@ -8,7 +10,7 @@
|
|||
&__icon {
|
||||
color: $color-teal;
|
||||
margin-right: 0.2em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
width: $icon-size;
|
||||
height: $icon-size;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue