MDL-62150 Theme boost: warning position "x" in atto

hardcode position of "x" because of failing calc function
This commit is contained in:
Bas Brands 2018-04-23 21:20:52 +02:00
parent 6fa694bef0
commit 6c88a36f8f

View File

@ -403,8 +403,8 @@ textarea[data-auto-rows] {
background-image: $form-icon-danger;
padding-right: ($input-padding-x * 3);
background-repeat: no-repeat;
background-position: center right ($input-height / 4);
background-size: ($input-height / 2) ($input-height / 2);
background-position: center right 1rem;
background-size: 1.5rem;
}
// Styles for the JS file types browser provided by the "filetypes" element.