mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 09:00:30 +01:00
MDL-62150 Theme boost: warning position "x" in atto
hardcode position of "x" because of failing calc function
This commit is contained in:
parent
6fa694bef0
commit
6c88a36f8f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user