1
0
Fork 0

Fix font size inconsistency with ng-select

This commit is contained in:
Chocobozzz 2021-04-26 15:01:33 +02:00
parent 681276a66e
commit 03a5e95ce1
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 5 deletions

View File

@ -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-height: 30px;
$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";
.ng-input {
font-size: .9em;
}
.ng-select {
font-size: $ng-select-value-font-size;
&.ng-select-focused {
&:not(.ng-select-opened) > .ng-select-container {
border-color: #ccc !important;