Sha256: d678a6dacf5a2fcf9745d2b035a44852de9ae9b7a4fcbad4d977729592c8ac79

Contents?: true

Size: 1009 Bytes

Versions: 2

Compression:

Stored size: 1009 Bytes

Contents

//
// Border
//

.border         { border: $border-width solid $border-color !important; }
.border-top     { border-top: $border-width solid $border-color !important; }
.border-right   { border-right: $border-width solid $border-color !important; }
.border-bottom  { border-bottom: $border-width solid $border-color !important; }
.border-left    { border-left: $border-width solid $border-color !important; }

.border-0        { border: 0 !important; }
.border-top-0    { border-top: 0 !important; }
.border-right-0  { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0   { border-left: 0 !important; }



// Border
//
.border-0 {
  border: 0 !important;
}
.border-top, .border-t {
  border-left-width: 1px;
  border-style: solid;
  &-0 {
    border-top: 0 !important;
  }
}

.border-right-0, .border-r-0 {
  border-right: 0 !important;
}
.border-bottom-0, .border-b-0 {
  border-bottom: 0 !important;
}
.border-left-0, .border-l-0 {
  border-left: 0 !important;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro_sg-3.0.2 sass-mixins/class-helpers/_borders.scss
nitro_sg-3.0.1 sass-mixins/class-helpers/_borders.scss