Sha256: 1d77cd216285361b3e1741b61b8c03aa581442cba8125b952df6a6ca82c5c3de
Contents?: true
Size: 1.24 KB
Versions: 20
Compression:
Stored size: 1.24 KB
Contents
// Variables //------------------------------------------------------ $popover-background-color: $darkgray-dark !default; $popover-font-color: $white !default; $popover-title-font-color: $mediumgray-dark !default; // Exports //------------------------------------------------------ @include exports("popover") { /** * popover * -------------------------------------------------- */ .popover { background-color: $popover-background-color; color: $popover-font-color; border-color: $popover-background-color; @at-root &-title { padding-bottom: 0; font-weight: bold; color: $popover-title-font-color; background-color: transparent; border-bottom: none; } &.top .arrow, &.top .arrow:after { border-top-color: $popover-background-color; } &.right .arrow, &.right .arrow:after { border-right-color: $popover-background-color; } &.bottom .arrow, &.bottom .arrow:after { border-bottom-color: $popover-background-color; } &.left .arrow, &.left .arrow:after { border-left-color: $popover-background-color; } } }
Version data entries
20 entries across 20 versions & 2 rubygems