mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
Expand border utilities to include top, right, bottom, left
This commit is contained in:
parent
b97cb2aa74
commit
57083c3042
@ -5,6 +5,11 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
.border { border: $border-width solid $border-color !important; }
|
.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-0 { border: 0 !important; }
|
||||||
.border-top-0 { border-top: 0 !important; }
|
.border-top-0 { border-top: 0 !important; }
|
||||||
.border-right-0 { border-right: 0 !important; }
|
.border-right-0 { border-right: 0 !important; }
|
||||||
|
Loading…
Reference in New Issue
Block a user