aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/article.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/article.scss')
-rw-r--r--app/Resources/static/themes/material/css/article.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss
index 75658a58..f1a11da0 100644
--- a/app/Resources/static/themes/material/css/article.scss
+++ b/app/Resources/static/themes/material/css/article.scss
@@ -172,18 +172,18 @@
172 &:hover { 172 &:hover {
173 width: 260px !important; 173 width: 260px !important;
174 174
175 .collapsible-body {
176 height: auto;
177
178 li a i.material-icons {
179 margin: auto 5px auto -8px;
180 }
181 }
182
183 span { 175 span {
184 opacity: 1; 176 opacity: 1;
185 } 177 }
186 } 178 }
179
180 .collapsible-body {
181 height: auto;
182
183 li a i.material-icons {
184 margin: auto 5px auto -8px;
185 }
186 }
187} 187}
188 188
189.progress { 189.progress {