This commit is contained in:
parent
ca0dd4f5be
commit
506ff65fc5
@ -90,16 +90,11 @@ h2 {
|
|||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 15px;
|
font-size: 16px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#permissions {
|
|
||||||
font-size: 12px;
|
|
||||||
margin-top: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#providers li {
|
#providers li {
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
@ -107,14 +102,16 @@ h2 {
|
|||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-size: 12px;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li a {
|
ul li a {
|
||||||
color: #a3a6aa;
|
color: #a3a6aa;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul {
|
ul li i {
|
||||||
font-size: 12px;
|
margin: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul li {
|
footer ul li {
|
||||||
@ -125,11 +122,6 @@ footer ul li:last-child {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul li i,
|
|
||||||
#providers li a i {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.fa-custom-circle {
|
.fa-custom-circle {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
href="https://discord.com/api/oauth2/authorize?client_id={{ client.user.id }}&permissions=536870912&scope=bot">
|
href="https://discord.com/api/oauth2/authorize?client_id={{ client.user.id }}&permissions=536870912&scope=bot">
|
||||||
{{ _("Add the bot on your server") }}
|
{{ _("Add the bot on your server") }}
|
||||||
</a>
|
</a>
|
||||||
<ul id="permissions">
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
{{ _("You must have") }}
|
{{ _("You must have") }}
|
||||||
<strong>{{ _("Manage Server") }}</strong>
|
<strong>{{ _("Manage Server") }}</strong>
|
||||||
|
Loading…
Reference in New Issue
Block a user