Sha256: 73c909ba4ef66cc53ac934192d91d2ee6d2c54df7aedb30a6ca3d53071386c05

Contents?: true

Size: 1.73 KB

Versions: 166

Compression:

Stored size: 1.73 KB

Contents

// stylelint-disable property-disallowed-list, declaration-no-important

//
// 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; }

@each $color, $value in $theme-colors {
  .border-#{$color} {
    border-color: $value !important;
  }
}

.border-white {
  border-color: $white !important;
}

//
// Border-radius
//

.rounded-sm {
  border-radius: $border-radius-sm !important;
}

.rounded {
  border-radius: $border-radius !important;
}

.rounded-top {
  border-top-left-radius: $border-radius !important;
  border-top-right-radius: $border-radius !important;
}

.rounded-right {
  border-top-right-radius: $border-radius !important;
  border-bottom-right-radius: $border-radius !important;
}

.rounded-bottom {
  border-bottom-right-radius: $border-radius !important;
  border-bottom-left-radius: $border-radius !important;
}

.rounded-left {
  border-top-left-radius: $border-radius !important;
  border-bottom-left-radius: $border-radius !important;
}

.rounded-lg {
  border-radius: $border-radius-lg !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: $rounded-pill !important;
}

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

Version data entries

166 entries across 166 versions & 10 rubygems

Version Path
devops4lib-jekyll-theme-conference-0.0.1 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.6.6 _sass/bootstrap/utilities/_borders.scss
bootstrap-4.6.2.1 assets/stylesheets/bootstrap/utilities/_borders.scss
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/bootstrap-4.6.2/assets/stylesheets/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.6.5 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.6.4 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.6.3 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.6.2 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.6.1 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-centos-0.9.20221031122647 _sass/bootstrap/utilities/_borders.scss
bootstrap-4.6.2 assets/stylesheets/bootstrap/utilities/_borders.scss
nex-bootstrap-4.6.3 assets/stylesheets/bootstrap/utilities/_borders.scss
jekyll-theme-centos-0.9.20220805132206 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-apcsp-1.1.0 _sass/bootstrap/scss/utilities/_borders.scss
jekyll-theme-conference-3.6.0 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-centos-0.9.20220227231551 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.5.0 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-conference-3.4.1 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-centos-0.9.20220212202853 _sass/bootstrap/utilities/_borders.scss
jekyll-theme-centos-0.9.20220212195701 _sass/bootstrap/utilities/_borders.scss