-
Improvement
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-73168-master -
-
0
-
HQ Team International CIH2-213, HQ Team International CIH2-214
Change the default boost theme border-radius from .25rem to .5rem.
Comparison:
(In the images above: Left: .25rem; Right: .5rem)
Just as an example, I achieved the results above by adding the following SCSS to the "Raw initial SCSS" theme configuration field.
$border-radius: .5rem !default;