2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+3 -3
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;