Sha256: cfcc4d9d9665510929ae858d822b0a39cfa9fe11d22c8c7f337033700563a903
Contents?: true
Size: 1.97 KB
Versions: 7
Compression:
Stored size: 1.97 KB
Contents
#powerTip { background-color: $color-3; padding: 5px 15px; border-radius: $border-radius; pointer-events: none; &.n:before, &.ne:before, &.nw:before { border-top-width: 5px; border-top-color: $color-3; bottom: -5px; } &.e:before { border-right-width: 5px; border-right-color: $color-3; left: -5px; } &.s:before, &.se:before, &.sw:before { border-bottom-width: 5px; border-bottom-color: $color-3; top: -5px; } &.w:before { border-left-width: 5px; border-left-color: $color-3; right: -5px; } &.ne:before, &.se:before { border-right-width: 5px; border-right-color: $color-3; left: -5px; } &.nw:before, &.sw:before { border-left-width: 5px; border-right-color: $color-3; right: -5px; } &.clone, &.yellow, &.cancel { background-color: $color-notice; &.n:before, &.ne:before, &.nw:before { border-top-color: $color-notice; } &.e:before, &.nw:before, &.sw:before { border-right-color: $color-notice; } &.s:before, &.se:before, &.sw:before { border-bottom-color: $color-notice; } &.w:before { border-left-color: $color-notice; } } &.edit, &.green, &.capture, &.save, &.add { background-color: $color-success; &.n:before, &.ne:before, &.nw:before { border-top-color: $color-success; } &.e:before, &.nw:before, &.sw:before { border-right-color: $color-success; } &.s:before, &.se:before, &.sw:before { border-bottom-color: $color-success; } &.w:before { border-left-color: $color-success; } } &.remove, &.red, &.void { background-color: $color-error; &.n:before, &.ne:before, &.nw:before { border-top-color: $color-error; } &.e:before, &.nw:before, &.sw:before { border-right-color: $color-error; } &.s:before, &.se:before, &.sw:before { border-bottom-color: $color-error; } &.w:before { border-left-color: $color-error; } } }
Version data entries
7 entries across 7 versions & 1 rubygems