mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
fix(UI/pages): utilize new rp-discord class
This commit is contained in:
parent
b7aa5954d0
commit
667666e53f
2 changed files with 3 additions and 5 deletions
|
@ -8,10 +8,10 @@ const WhyNoRoles = (props) => {
|
|||
<h2>Why don't I see any roles in my editor?</h2>
|
||||
<p>Roleypoly needs to be a higher role position than other roles in order to assign them to anyone.</p>
|
||||
<h3 className="pages__bad">Bad <i uk-icon="icon: ban"></i></h3>
|
||||
<img src={badImg} alt="Bad example"/>
|
||||
<img src={badImg} className="rp-discord" alt="Bad example"/>
|
||||
<p>In this example, Roleypoly is at the bottom of the list. It can't assign anyone any roles above it.</p>
|
||||
<h3 className="pages__good">Good <i uk-icon="icon: check"></i></h3>
|
||||
<img src={goodImg} alt="Good example"/>
|
||||
<img src={goodImg} className="rp-discord" alt="Good example"/>
|
||||
<p>In this example, Roleypoly is above other roles, and will be able to assign them.</p>
|
||||
</Fragment>
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
max-width: 75%
|
Loading…
Add table
Reference in a new issue