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

Add new .rounded-pill utility (#27339)

This commit is contained in:
sts-ryan-holton
2018-11-05 17:19:00 +00:00
committed by XhmikosR
parent 5c03f23f85
commit 89eef046ef
3 changed files with 8 additions and 0 deletions

View File

@@ -54,6 +54,10 @@
border-radius: 50% !important;
}
.rounded-pill {
border-radius: $rounded-pill !important;
}
.rounded-0 {
border-radius: 0 !important;
}