2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03: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
+4
View File
@@ -54,6 +54,10 @@
border-radius: 50% !important;
}
.rounded-pill {
border-radius: $rounded-pill !important;
}
.rounded-0 {
border-radius: 0 !important;
}