Currently, the opacity of the active Ion modal background is 0.4, I would like to change it.
You can do this very easily using Sass variablebelow.
Sass variable
variables.scss
$modal-inset-box-shadow-color: rgba(0, 0, 0, .4)
Note: Change the 4th parameter (i.e. .4) as you wish
.4
Here is a document
Source: https://habr.com/ru/post/1686160/More articles:The height of two divs is equal to the height of the main div - htmlHow to add div to fancybox-3 custom template? - javascriptSetting equal height for div with flexbox (depending on the shortest) - htmlHow to return a git pull request in Visual Studio online? - gitjQuery datatables removes a row by index - jqueryЧто означает "instance [safe]" означает в ghci ": info" output? - haskellVTD-XML Huge Data xPathExpression not working with namespace - javaEXIF data (from mobile cameras, in portrait mode), messing around with image preview in Javascript - javascriptHow to dynamically allocate adjacent 2D array in C ++? - c ++Checking user input for comma separated coordinates using regular expression pattern matching - pythonAll Articles