added iframe mfe overrides (#26824)

* added iframe mfe overrides

* Added import to rtl

* Refactored

* Added comment
This commit is contained in:
AsadAzam
2021-03-10 19:06:51 +05:00
committed by GitHub
parent 88f0aa5e0c
commit e797fec0df

View File

@@ -24,3 +24,17 @@
}
}
}
// Extra mfe theme-specific rules.
// Move this to a separate file in case more mfe specific rules need to be a added
.xmodule_display.xmodule_ProblemBlock div.problem {
.choicegroup {
label {
padding-left: $baseline*2.3;
}
input[type="radio"], input[type="checkbox"] {
top: 0.35em;
}
}
}