Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932bc91
)
MDL-58798 theme_boost: Override font size for big icon fonts
author
Jun Pataleta
<jun@moodle.com>
Wed, 3 May 2017 06:41:13 +0000
(14:41 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Wed, 3 May 2017 06:44:33 +0000
(14:44 +0800)
theme/boost/scss/moodle/icons.scss
patch
|
blob
|
blame
|
history
diff --git
a/theme/boost/scss/moodle/icons.scss
b/theme/boost/scss/moodle/icons.scss
index
d1826a6
..
a0ad54e
100644
(file)
--- a/
theme/boost/scss/moodle/icons.scss
+++ b/
theme/boost/scss/moodle/icons.scss
@@
-25,6
+25,7
@@
$icon-big-height: 64px;
&.iconsize-big {
width: $icon-big-width;
height: $icon-big-height;
+ font-size: $icon-big-height;
}
}