mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00

- This tool is only available for admins - Before using this tool the hosting admin will need to have NPM installed and be able to run grunt - To create the docs pages for the library run "grunt componentlibrary" - After the pages are created the Library is available in Site adminstration > Development > UI Component Library
15 lines
284 B
SCSS
15 lines
284 B
SCSS
//
|
|
// Placeholder svg used in the docs.
|
|
//
|
|
|
|
// Remember to update `site/_layouts/examples.html` too if this changes!
|
|
|
|
.bd-placeholder-img {
|
|
@include font-size(1.125rem);
|
|
text-anchor: middle;
|
|
user-select: none;
|
|
}
|
|
|
|
.bd-placeholder-img-lg {
|
|
@include font-size(3.5rem);
|
|
}
|