Sha256: d8783616fc3661bc85aa1049c6d1533b291a6207e69fe8815c44ebc04d106f58
Contents?: true
Size: 637 Bytes
Versions: 1
Compression:
Stored size: 637 Bytes
Contents
// Alert .alert { border: 0; } .alert-absolute { position: absolute; } .alert-fixed { --#{$prefix}alert-fixed-z-index: #{$alert-zindex}; position: fixed; z-index: var(--#{$prefix}alert-fixed-z-index); } .parent-alert-relative { position: relative; } @each $color, $value in $alerts { .alert-#{$color} { background-color: map-get($value, background-color); color: map-get($value, text-color); i { color: map-get($value, icon-color); } .alert-link { color: map-get($value, text-color); &:hover { color: shift-color(map-get($value, text-color), 20%); } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-rubin-collab-theme-0.1.1 | _third_party/mdb-ui-kit/src/scss/free/_alert.scss |