Skip to content
Snippets Groups Projects
Commit 6d4326ec authored by Ron Lucke's avatar Ron Lucke
Browse files

Layout-Fehler in Courseware

Closes #4660

Merge request studip/studip!3471
parent 6dbe8a1a
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ $button-icons: (
&.#{'' + $class} {
@include button-with-icon($icon, clickable, info_alt);
&.disabled, &[disabled] {
@include button-with-icon($icon, info_alt, info_alt);
@include button-with-icon($icon, inactive, inactive);
}
}
}
......
......@@ -44,7 +44,7 @@ $consum_ribbon_width: calc(100% - 58px);
.cw-ribbon-sticky-bottom {
position: fixed;
top: 110px;
top: 108px;
height: 16px;
width: calc(100% - 314px);
background-color: var(--white);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment