2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Add .rounded-0 utility class (#21214)

* Add rounded-0 class
This commit is contained in:
Ken Dale
2016-11-26 19:47:53 -05:00
committed by Mark Otto
parent 095ea0b795
commit dc52029bea
2 changed files with 12 additions and 6 deletions
+4
View File
@@ -31,3 +31,7 @@
.rounded-circle {
border-radius: 50%;
}
.rounded-0 {
border-radius: 0;
}