fix admin new role button
parent
ea1b08b626
commit
6d879085c5
|
@ -6,6 +6,5 @@ section.admin-submenu.admin-submenu-roles
|
||||||
span.single-role {{ item.name }}
|
span.single-role {{ item.name }}
|
||||||
|
|
||||||
div(tg-new-role)
|
div(tg-new-role)
|
||||||
a.button-gray.add-button(href="", title="{{'ADMIN.SUBMENU_ROLES.TITLE_ACTION_NEW_ROLE' | translate}}")
|
a.button-gray.add-button(href="", title="{{'ADMIN.SUBMENU_ROLES.TITLE_ACTION_NEW_ROLE' | translate}}", translate="ADMIN.SUBMENU_ROLES.ACTION_NEW_ROLE")
|
||||||
span.text(translate="ADMIN.SUBMENU_ROLES.ACTION_NEW_ROLE")
|
|
||||||
input(type="text", class="hidden new")
|
input(type="text", class="hidden new")
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ul {
|
||||||
a {
|
a {
|
||||||
color: $white;
|
color: $white;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -31,11 +32,14 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
input {
|
input {
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
width: 85%;
|
width: 85%;
|
||||||
}
|
}
|
||||||
.button-gray {
|
.button-gray {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
padding: .5rem 0;
|
padding: .5rem 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue