Skip to content

Commit

Permalink
refactor: move new SCSS code to a better file
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Apr 9, 2024
1 parent b2ca9c6 commit 0484ad8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
29 changes: 0 additions & 29 deletions fc-solve/site/wml/lib/sass/jqui-override.scss
Expand Up @@ -30,32 +30,3 @@
color: red;
}
}

#output_tabs {
.disabled_wrapper {
clear: left;
margin-top: 5em;
}
}

#output_tabs.disable_animated_output {
#output_tabs__animated__selector {
&,
& * {
text-decoration-line: line-through;
}
}
#output_tabs__animated {
.enabled_wrapper {
display: none;
}
}
}

#output_tabs.enable_animated_output {
#output_tabs__animated {
.disabled_wrapper {
display: none;
}
}
}
29 changes: 29 additions & 0 deletions fc-solve/site/wml/lib/sass/web-fc-solve.scss
Expand Up @@ -355,3 +355,32 @@ $mgn: 1em;
margin-right: $m;
}
}

#output_tabs {
.disabled_wrapper {
clear: left;
margin-top: 5em;
}
}

#output_tabs.disable_animated_output {
#output_tabs__animated__selector {
&,
& * {
text-decoration-line: line-through;
}
}
#output_tabs__animated {
.enabled_wrapper {
display: none;
}
}
}

#output_tabs.enable_animated_output {
#output_tabs__animated {
.disabled_wrapper {
display: none;
}
}
}

0 comments on commit 0484ad8

Please sign in to comment.