diff options
| author | Mark Otto <[email protected]> | 2022-05-06 23:57:58 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2022-05-13 19:44:01 +0300 |
| commit | f7e8ca91e03165abb82d4c82555dc4ef96340cc9 (patch) | |
| tree | 1ed781ca84c20925ee7621b12d52101eef64c3b7 /site/content/docs/5.1/examples/dropdowns/dropdowns.css | |
| parent | 8d016c6cf9146dff0fed6bff5528bb7d8aced931 (diff) | |
| download | bootstrap-f7e8ca91e03165abb82d4c82555dc4ef96340cc9.tar.xz bootstrap-f7e8ca91e03165abb82d4c82555dc4ef96340cc9.zip | |
Prepare v5.2.0-beta1
Diffstat (limited to 'site/content/docs/5.1/examples/dropdowns/dropdowns.css')
| -rw-r--r-- | site/content/docs/5.1/examples/dropdowns/dropdowns.css | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/site/content/docs/5.1/examples/dropdowns/dropdowns.css b/site/content/docs/5.1/examples/dropdowns/dropdowns.css deleted file mode 100644 index 556f310a9..000000000 --- a/site/content/docs/5.1/examples/dropdowns/dropdowns.css +++ /dev/null @@ -1,79 +0,0 @@ -.dropdown-menu { - margin: 4rem auto; -} - -.dropdown-item-danger { - color: var(--bs-red); -} -.dropdown-item-danger:hover, -.dropdown-item-danger:focus { - color: #fff; - background-color: var(--bs-red); -} -.dropdown-item-danger.active { - background-color: var(--bs-red); -} - -.btn-hover-light { - background-color: var(--bs-white); -} -.btn-hover-light:hover, -.btn-hover-light:focus { - color: var(--bs-blue); - background-color: var(--bs-light); -} - -.cal-month, -.cal-days, -.cal-weekdays { - display: grid; - grid-template-columns: repeat(7, 1fr); - align-items: center; -} -.cal-month-name { - grid-column-start: 2; - grid-column-end: 7; - text-align: center; -} -.cal-weekday, -.cal-btn { - display: flex; - flex-shrink: 0; - align-items: center; - justify-content: center; - height: 3rem; - padding: 0; -} -.cal-btn:not([disabled]) { - font-weight: 500; -} -.cal-btn:hover, -.cal-btn:focus { - background-color: rgba(0, 0, 0, .05); -} -.cal-btn[disabled] { - border: 0; - opacity: .5; -} - -.form-control-dark { - background-color: rgba(255, 255, 255, .05); - border-color: rgba(255, 255, 255, .15); -} - - -.w-220px { - width: 220px; -} - -.w-280px { - width: 280px; -} - -.w-340px { - width: 340px; -} - -.w-600px { - width: 600px; -} |
