Split mx_AppPermissionWarning
on _AppsDrawer.pcss
into two classes (#10824)
* Separate mx_AppWarning and mx_AppPermission * Remove mx_AppPermission_row for a type selector * Nest: mx_AppPermission * Run prettier * Create a CSS file for AppPermission
This commit is contained in:
parent
ae692f712a
commit
2eedfbf566
5 changed files with 91 additions and 68 deletions
|
@ -22,7 +22,7 @@ interface IProps {
|
|||
|
||||
const AppWarning: React.FC<IProps> = (props) => {
|
||||
return (
|
||||
<div className="mx_AppPermissionWarning">
|
||||
<div className="mx_AppWarning">
|
||||
<div>
|
||||
<img src={require("../../../../res/img/warning.svg").default} alt="" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue