mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
Merge branch 'MDL-80397-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
14ca464910
27 changed files with 267 additions and 438 deletions
|
@ -2,9 +2,9 @@
|
|||
Usage: `moodleicons`
|
||||
*/ -}}
|
||||
|
||||
<div class="card-deck">
|
||||
<div class="d-sm-flex flex-wrap">
|
||||
{{ range $.Site.Data.fontawesomeicons }}
|
||||
<div class="card mb-2 p-1 d-flex flex-column justify-content-around text-center" style="flex: 0 0 20%; height: 150px">
|
||||
<div class="card mb-2 mx-1 p-1 d-flex flex-column justify-content-around text-center" style="flex: 0 0 20%; height: 150px">
|
||||
<div class="small text-truncate" data-toggle="tooltip" data-placement="bottom" title="{{ .name }}">{{ .name }}</div>
|
||||
<div class="row no-gutters">
|
||||
<div class="col-sm-6 d-flex align-items-center justify-content-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue