diff options
| author | Mark Otto <[email protected]> | 2016-09-11 23:50:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-11 23:50:50 -0700 |
| commit | 0b36debc5f5ba534575233e76c3541c01a55d7b0 (patch) | |
| tree | 0a7cb6901cf113938c0959a7054d764ea5462a0e /docs/dist/css/bootstrap-flex.css | |
| parent | fe722c2453fcfd38dcb8869ee62a3ba9e12803fe (diff) | |
| download | bootstrap-0b36debc5f5ba534575233e76c3541c01a55d7b0.tar.xz bootstrap-0b36debc5f5ba534575233e76c3541c01a55d7b0.zip | |
grunt
Diffstat (limited to 'docs/dist/css/bootstrap-flex.css')
| -rw-r--r-- | docs/dist/css/bootstrap-flex.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/dist/css/bootstrap-flex.css b/docs/dist/css/bootstrap-flex.css index 72405137d..8a0d0820f 100644 --- a/docs/dist/css/bootstrap-flex.css +++ b/docs/dist/css/bootstrap-flex.css @@ -4016,7 +4016,6 @@ input[type="button"].btn-block { padding: .5rem .75rem; font-size: 1.25rem; line-height: 1; - background-color: transparent; background: transparent no-repeat center center; -webkit-background-size: 24px 24px; background-size: 24px 24px; @@ -6995,6 +6994,14 @@ a.text-danger:focus, a.text-danger:hover { color: #c9302c !important; } +.text-gray-dark { + color: #373a3c !important; +} + +a.text-gray-dark:focus, a.text-gray-dark:hover { + color: #1f2021 !important; +} + .text-hide { font: 0/0 a; color: transparent; |
