Sha256: 13d51ba5ace202f92f3b2a3f898aed8fd0a4051a2bb8df2de9f9842ec1704af2

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

.border {
  border: 1px solid $gray-500 !important;
}

.no-border {
  border: none !important;
}

.no-border-radius {
  border-radius: 0 !important;
}

@each $color, $value in $grays {

  .border-gray-#{$color} {
    border-color: $value !important;
  }
}

.border-bottom {
  border-bottom: 1px solid $gray-500;
}

.border-left {
  border-left: 1px solid $gray-500;
}

.border-top {
  border-top: 1px solid $gray-500;
}

.border-right {
  border-right: 1px solid $gray-500;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/sass/kiso_themes/_core/_borders.scss