mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-20 15:44:53 +00:00
Add an input-container to search field in Contact toolbar
This commit is contained in:
committed by
Francis Lachapelle
parent
5819cc75d3
commit
012d953d65
@@ -35,6 +35,17 @@ $input-padding-top: 2px !default;
|
||||
padding: 0 2px;
|
||||
|
||||
}
|
||||
.sg-search-field-container {
|
||||
margin-bottom: 12px;
|
||||
color: white;
|
||||
label {
|
||||
color: inherit;
|
||||
}
|
||||
input {
|
||||
color: inherit;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.pseudo-input-label,
|
||||
.button-label {
|
||||
@@ -45,6 +56,7 @@ $input-padding-top: 2px !default;
|
||||
font-size: sg-size(caption);
|
||||
line-height: $sg-line-height-1;
|
||||
}
|
||||
|
||||
.pseudo-input-label--no-margin,
|
||||
.button-label {
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user