mirror of https://github.com/twbs/bootstrap.git
grunt
This commit is contained in:
parent
9ff198968b
commit
c9dc04b4f5
|
|
@ -4388,6 +4388,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-text {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-brand,
|
||||
.navbar-dark .navbar-toggler {
|
||||
color: white;
|
||||
|
|
@ -4429,6 +4433,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(255, 255, 255, 0.075);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-text {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.navbar-toggleable-xs::after {
|
||||
content: "";
|
||||
display: table;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -4116,6 +4116,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-text {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-brand,
|
||||
.navbar-dark .navbar-toggler {
|
||||
color: white;
|
||||
|
|
@ -4157,6 +4161,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(255, 255, 255, 0.075);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-text {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.navbar-toggleable-xs::after {
|
||||
content: "";
|
||||
display: table;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -4388,6 +4388,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-text {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-brand,
|
||||
.navbar-dark .navbar-toggler {
|
||||
color: white;
|
||||
|
|
@ -4429,6 +4433,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(255, 255, 255, 0.075);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-text {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.navbar-toggleable-xs::after {
|
||||
content: "";
|
||||
display: table;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -4116,6 +4116,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-text {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-brand,
|
||||
.navbar-dark .navbar-toggler {
|
||||
color: white;
|
||||
|
|
@ -4157,6 +4161,10 @@ tbody.collapse.active {
|
|||
background-color: rgba(255, 255, 255, 0.075);
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-text {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.navbar-toggleable-xs::after {
|
||||
content: "";
|
||||
display: table;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue