diff --git a/UI/src/pages/WhyNoRoles.js b/UI/src/pages/WhyNoRoles.js index 74adae7..851dfb7 100644 --- a/UI/src/pages/WhyNoRoles.js +++ b/UI/src/pages/WhyNoRoles.js @@ -8,10 +8,10 @@ const WhyNoRoles = (props) => {
Roleypoly needs to be a higher role position than other roles in order to assign them to anyone.
In this example, Roleypoly is at the bottom of the list. It can't assign anyone any roles above it.
In this example, Roleypoly is above other roles, and will be able to assign them.
} diff --git a/UI/src/pages/pages.sass b/UI/src/pages/pages.sass index f1903ee..a26149b 100644 --- a/UI/src/pages/pages.sass +++ b/UI/src/pages/pages.sass @@ -11,6 +11,4 @@ color: var(--c-green) img - max-width: 75% - box-shadow: 0 0 1px var(--c-dark) - border: 1px solid var(--c-1) \ No newline at end of file + max-width: 75% \ No newline at end of file