- bottom: $-m;
- right: $-l;
- padding: 5px 7px;
- cursor: pointer;
- color: #FFF;
- fill: #FFF;
- svg {
- width: $btt-size / 1.5;
- height: $btt-size / 1.5;
- margin-inline-end: 4px;
- }
- width: $btt-size;
- height: $btt-size;
- border-radius: $btt-size;
- transition: all ease-in-out 180ms;
- opacity: 0;
- z-index: 999;
- overflow: hidden;
- &:hover {
- width: $btt-size*3.4;
- opacity: 1 !important;
- }
- .inner {
- width: $btt-size*3.4;
- }
- span {
- position: relative;
- vertical-align: top;
- line-height: 2;
- }
-}
-
-.contained-search-box {
- display: flex;
- input, button {
- border-radius: 0;
- @include lightDark(border-color, #ddd, #000);
- margin-inline-start: -1px;
- }
- input {
- flex: 5;
- padding: $-xs $-s;
- &:focus, &:active {
- outline: 0;
- }
- }
- button {
- width: 60px;
- }
- button i {
- padding: 0;
- }
- button.cancel.active {
- background-color: $negative;
- color: #EEE;
+ top: -52px;
+ left: 0;
+ background-color: #FFF;
+ z-index: 15;
+ border-radius: 0 4px 4px 0;
+ display: block;
+ box-shadow: $bs-dark;
+ font-weight: bold;
+ &:focus {
+ top: $-xl;
+ outline-offset: -10px;
+ outline: 2px dotted var(--color-link);