Page MenuHomeWickedGov Phorge

SearchBox.less
No OneTemporary

Size
662 B
Referenced Files
None
Subscribers
None

SearchBox.less

// Search container
// We have to put those styles outside `.skin-vector-search-vue`,
// as we can't address no-JS modern and Vue enhanced otherwise.
.vector-search-box {
font-size: @font-size-small;
// If this is a flex item, make sure it grows into available space.
flex-grow: 1;
.vector-typeahead-search-container {
max-width: @max-width-search;
margin-right: @margin-end-search;
}
}
@media ( min-width: @min-width-breakpoint-desktop-wide ) {
.client-js & .vector-search-box.vector-search-box-auto-expand-width {
// Ensure search box is aligned with content when it autoexpands (i.e. search thumbnails)
margin-left: -@size-search-expand;
}
}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 17:04 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b9/43/887a0f858de431adc390aca51684
Default Alt Text
SearchBox.less (662 B)

Event Timeline