diff --git a/macao/assets/_custom.scss b/macao/assets/_custom.scss index 899a66e4e3192a506e33c93f52e54709e48e6adb..70c22cb2eac9ea7a8a26419c6e5dd885534cb174 100644 --- a/macao/assets/_custom.scss +++ b/macao/assets/_custom.scss @@ -72,6 +72,14 @@ img.inlineImage3 { padding: 5px 10px; } +.notextplay { + font-size: 0; /* hides text */ +} + +.notextplay i { + font-size: medium; /* keep icon visible */ +} + p#gapfill-container { white-space: pre-wrap; line-height: 3em; @@ -202,6 +210,10 @@ em:not(:has(strong)) { min-width: 150px !important; } +// *********************************** +// Buttons play +// *********************************** + @import "plugins/_scrollbars.scss";