mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
daf283d315
ui: UI Release Merge (1.8-beta-3: ui-staging merge)
14 lines
290 B
SCSS
14 lines
290 B
SCSS
/* This is the top chevron */
|
|
%tooltip-panel dd > div::before {
|
|
@extend %as-pseudo;
|
|
width: 12px;
|
|
height: 12px;
|
|
background: white;
|
|
border-top: 1px solid $gray-300;
|
|
border-right: 1px solid $gray-300;
|
|
transform: rotate(-45deg);
|
|
position: absolute;
|
|
left: 16px;
|
|
top: -7px;
|
|
}
|