mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 04:06:23 +00:00
19 lines
427 B
SCSS
19 lines
427 B
SCSS
@import "extends";
|
|
|
|
@media (max-width: $layout-breakpoint-xs) {
|
|
// Enlarge the autocompletion menu on small devices to fit the entire screen
|
|
.md-autocomplete-suggestions-container {
|
|
right: $baseline-grid*2;
|
|
}
|
|
}
|
|
|
|
md-autocomplete {
|
|
&.sg-input-no-message {
|
|
&[md-floating-label] {
|
|
md-input-container {
|
|
// See .md-input-has-messages
|
|
padding-bottom: $input-container-padding;
|
|
}
|
|
}
|
|
}
|
|
} |