1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

First pass at cleaning up About pages and brand assets

This commit is contained in:
Mark Otto
2020-07-06 11:36:51 -07:00
committed by XhmikosR
parent 42a0f8f007
commit eb23b98fb5
12 changed files with 39 additions and 66 deletions

View File

@@ -4,17 +4,17 @@
// Logo series wrapper
.bd-brand-logos {
color: $bd-purple;
color: $bd-purple-bright;
.inverse {
color: $white;
background-color: $bd-purple;
background-color: $bd-purple-bright;
}
}
// Individual items
.bd-brand-item {
padding: 4rem 1rem;
// padding: 4rem 1rem;
+ .bd-brand-item {
border-top: 1px solid $white;