mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
experiment with more utilities
This commit is contained in:
21
dist/css/bootstrap.css
vendored
21
dist/css/bootstrap.css
vendored
@@ -579,6 +579,12 @@ a.bg-warning:hover {
|
||||
a.bg-danger:hover {
|
||||
background-color: #e4b9b9;
|
||||
}
|
||||
.bg-gray-dark {
|
||||
background-color: #373a3c;
|
||||
}
|
||||
a.bg-gray-dark:hover {
|
||||
background-color: #1f2021;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
margin-top: 0;
|
||||
@@ -5075,6 +5081,21 @@ button.close {
|
||||
.pull-left {
|
||||
float: left !important;
|
||||
}
|
||||
.inverse {
|
||||
color: #eceeef;
|
||||
background-color: #373a3c;
|
||||
}
|
||||
.p-a {
|
||||
padding: 1rem;
|
||||
}
|
||||
.p-h {
|
||||
padding-right: 1rem;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
.p-v {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
.show {
|
||||
display: block !important;
|
||||
}
|
||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user