Fix font size inconsistency with ng-select
This commit is contained in:
parent
681276a66e
commit
03a5e95ce1
|
@ -12,15 +12,13 @@ $ng-select-box-shadow: #{$focus-box-shadow-form} pvar(--mainColorLightest);
|
||||||
// $ng-select-placeholder: lighten($ng-select-primary-text, 40) !default;
|
// $ng-select-placeholder: lighten($ng-select-primary-text, 40) !default;
|
||||||
$ng-select-height: 30px;
|
$ng-select-height: 30px;
|
||||||
$ng-select-value-padding-left: 15px;
|
$ng-select-value-padding-left: 15px;
|
||||||
// $ng-select-value-font-size: 0.9em !default;
|
$ng-select-value-font-size: 15px;
|
||||||
|
|
||||||
@import "~@ng-select/ng-select/scss/default.theme.scss";
|
@import "~@ng-select/ng-select/scss/default.theme.scss";
|
||||||
|
|
||||||
.ng-input {
|
|
||||||
font-size: .9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ng-select {
|
.ng-select {
|
||||||
|
font-size: $ng-select-value-font-size;
|
||||||
|
|
||||||
&.ng-select-focused {
|
&.ng-select-focused {
|
||||||
&:not(.ng-select-opened) > .ng-select-container {
|
&:not(.ng-select-opened) > .ng-select-container {
|
||||||
border-color: #ccc !important;
|
border-color: #ccc !important;
|
||||||
|
|
Loading…
Reference in New Issue