mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
17 lines
215 B
SCSS
17 lines
215 B
SCSS
.hint {
|
|
margin-left: 6px;
|
|
position: relative;
|
|
top: -1px;
|
|
|
|
.bp3-icon {
|
|
color: #a1b2c5;
|
|
}
|
|
|
|
.bp3-popover-target:hover .bp3-icon {
|
|
color: #90a1b5;
|
|
}
|
|
.bp3-icon {
|
|
vertical-align: middle;
|
|
}
|
|
}
|