2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fix duplicate .rounded-* and .fw-semibold defs in examples

This commit is contained in:
Julien Déramond
2022-03-29 08:48:56 +02:00
committed by Mark Otto
parent bef4f3b6c6
commit 16711ff5b1
7 changed files with 27 additions and 31 deletions
@@ -1,6 +1,7 @@
.feature-icon {
width: 4rem;
height: 4rem;
border-radius: .75rem;
}
.icon-link > .bi {
@@ -16,6 +17,7 @@
.icon-square {
width: 3rem;
height: 3rem;
border-radius: .75rem;
}
.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }