|
72 | 72 | background-color: var(--bb-sidebar-body-drag-hover-bg); |
73 | 73 | } |
74 | 74 |
|
| 75 | +::deep .dial-button { |
| 76 | + display: none; |
| 77 | + position: fixed; |
| 78 | + right: 1rem; |
| 79 | + bottom: 1rem; |
| 80 | +} |
| 81 | + |
| 82 | +::deep .btn-fade { |
| 83 | + opacity: 0.7; |
| 84 | + box-shadow: var(--bb-layout-button-shadow); |
| 85 | + transition: opacity .3s linear; |
| 86 | +} |
| 87 | + |
| 88 | + ::deep .btn-fade:hover { |
| 89 | + opacity: 1; |
| 90 | + } |
| 91 | + |
| 92 | +::deep .btn-update { |
| 93 | + --bs-btn-bg: var(--bb-layout-button-update-bg); |
| 94 | + --bs-btn-hover-bg: var(--bs-btn-bg); |
| 95 | + --bs-btn-active-bg: var(--bs-btn-bg); |
| 96 | + display: flex; |
| 97 | + justify-content: center; |
| 98 | + align-items: center; |
| 99 | +} |
| 100 | + |
| 101 | + ::deep .btn-update img { |
| 102 | + width: 55%; |
| 103 | + margin-inline-start: 2px; |
| 104 | + } |
| 105 | + |
| 106 | +::deep .btn-chat { |
| 107 | + --bs-btn-bg: var(--bb-layout-button-bg); |
| 108 | + --bs-btn-hover-bg: var(--bb-layout-button-hover-bg); |
| 109 | + --bs-btn-active-bg: var(--bb-layout-button-active-bg); |
| 110 | + box-shadow: var(--bb-layout-button-shadow); |
| 111 | + display: flex; |
| 112 | + align-items: center; |
| 113 | + justify-content: center; |
| 114 | + color: var(--bb-button-chat-color); |
| 115 | +} |
| 116 | + |
| 117 | +::deep .btn-theme-mode { |
| 118 | + --bs-btn-bg: var(--bb-layout-button-bg); |
| 119 | + --bs-btn-hover-bg: var(--bb-layout-button-hover-bg); |
| 120 | + --bs-btn-active-bg: var(--bb-layout-button-active-bg); |
| 121 | + box-shadow: var(--bb-layout-button-shadow); |
| 122 | + display: flex; |
| 123 | + justify-content: center; |
| 124 | + align-items: center; |
| 125 | + color: var(--bb-button-chat-color); |
| 126 | +} |
| 127 | + |
| 128 | +.dial-button-gear { |
| 129 | + background-color: var(--bb-primary-color); |
| 130 | + border-radius: 50%; |
| 131 | + padding: 4px; |
| 132 | + cursor: pointer; |
| 133 | +} |
| 134 | + |
| 135 | + .dial-button-gear img { |
| 136 | + width: 100%; |
| 137 | + } |
| 138 | + |
75 | 139 | @media (min-width: 768px) { |
76 | 140 | .section { |
77 | 141 | --bb-layout-sidebar-width: 300px; |
|
102 | 166 | .sidebar-bar { |
103 | 167 | display: block; |
104 | 168 | } |
| 169 | + |
| 170 | + ::deep .dial-button { |
| 171 | + display: block; |
| 172 | + } |
105 | 173 | } |
0 commit comments