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:
committed by
Mark Otto
parent
bef4f3b6c6
commit
16711ff5b1
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user