Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2020-07-06 21:36:51 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-09-10 11:56:02 +0300
commiteb23b98fb5d5bb4f82a9dcf726c57c02ce7daf3a (patch)
tree5bc05f3d86bae262903df906566225fbdc51ccae /site/assets/scss/_brand.scss
parent42a0f8f0071cf323894af0265a6488c1e56dd63c (diff)
First pass at cleaning up About pages and brand assets
Diffstat (limited to 'site/assets/scss/_brand.scss')
-rw-r--r--site/assets/scss/_brand.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/assets/scss/_brand.scss b/site/assets/scss/_brand.scss
index 1585e4f7a2..e5f88913dc 100644
--- a/site/assets/scss/_brand.scss
+++ b/site/assets/scss/_brand.scss
@@ -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;