mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 07:14:36 +02:00
grunt
This commit is contained in:
@@ -6173,6 +6173,26 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
background-color: #101112 !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;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
@@ -6201,6 +6221,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.rounded-0 {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.clearfix::after {
|
||||
content: "";
|
||||
display: table;
|
||||
|
Reference in New Issue
Block a user