Skip to content
Snippets Groups Projects
Commit 30f829e1 authored by Anthony's avatar Anthony
Browse files

Hide button text content when notextplay class is active. We keep the icon

parent f196bc3e
No related branches found
No related tags found
No related merge requests found
Pipeline #2075 passed
...@@ -72,6 +72,14 @@ img.inlineImage3 { ...@@ -72,6 +72,14 @@ img.inlineImage3 {
padding: 5px 10px; padding: 5px 10px;
} }
.notextplay {
font-size: 0; /* hides text */
}
.notextplay i {
font-size: medium; /* keep icon visible */
}
p#gapfill-container { p#gapfill-container {
white-space: pre-wrap; white-space: pre-wrap;
line-height: 3em; line-height: 3em;
...@@ -202,6 +210,10 @@ em:not(:has(strong)) { ...@@ -202,6 +210,10 @@ em:not(:has(strong)) {
min-width: 150px !important; min-width: 150px !important;
} }
// ***********************************
// Buttons play
// ***********************************
@import "plugins/_scrollbars.scss"; @import "plugins/_scrollbars.scss";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment