diff options
| author | Andres Galante <[email protected]> | 2017-09-07 14:36:01 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-09 17:01:15 -0700 |
| commit | aa5e97da044d774e4d1b5c54234cc8bf1ce862f5 (patch) | |
| tree | 78fd65c62a84ca522981653d8d7ea956dd1c3297 /scss | |
| parent | 02c7eae47efc11b533d3b2fd076c60154715ebfd (diff) | |
| download | bootstrap-aa5e97da044d774e4d1b5c54234cc8bf1ce862f5.tar.xz bootstrap-aa5e97da044d774e4d1b5c54234cc8bf1ce862f5.zip | |
adds missing important on utility classs
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/utilities/_borders.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/utilities/_borders.scss b/scss/utilities/_borders.scss index b7e91c260..3ff603c32 100644 --- a/scss/utilities/_borders.scss +++ b/scss/utilities/_borders.scss @@ -44,9 +44,9 @@ } .rounded-circle { - border-radius: 50%; + border-radius: 50% !important; } .rounded-0 { - border-radius: 0; + border-radius: 0 !important; } |
