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>
|
<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>
|
<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>
|
<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>
|
<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>
|
<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>
|
<p>In this example, Roleypoly is above other roles, and will be able to assign them.</p>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,5 +12,3 @@
|
||||||
|
|
||||||
img
|
img
|
||||||
max-width: 75%
|
max-width: 75%
|
||||||
box-shadow: 0 0 1px var(--c-dark)
|
|
||||||
border: 1px solid var(--c-1)
|
|
Loading…
Add table
Reference in a new issue