mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 11:11:07 -03:30
change style of setup menu
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
// height: 28px;
|
// height: 28px;
|
||||||
&--aside {
|
&--aside {
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// For some reason, credentials
|
// For some reason, credentials
|
||||||
@@ -72,8 +73,8 @@
|
|||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
&--aside {
|
&--aside {
|
||||||
font-size: 1.4rem;
|
font-size: 1.9rem;
|
||||||
font-weight: bold;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
font-size: 2.8rem;
|
font-size: 2.8rem;
|
||||||
padding-bottom: 0.4rem;
|
padding-bottom: 0.4rem;
|
||||||
@@ -82,11 +83,8 @@
|
|||||||
|
|
||||||
&-description {
|
&-description {
|
||||||
&--aside {
|
&--aside {
|
||||||
font-size: 1rem;
|
font-size: 1.2rem;
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
font-family: merriweather;
|
|
||||||
font-weight: lighter;
|
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
<aside class="Container-aside">
|
<aside class="Container-aside">
|
||||||
<nav class="SetupMenu Menu Menu--vertical">
|
<nav class="SetupMenu Menu Menu--vertical">
|
||||||
<a link-to="organizations" class="SetupItem SetupItem--aside HoverIcon Media">
|
<a link-to="organizations" class="SetupItem SetupItem--aside HoverIcon Media">
|
||||||
<i class="SetupItem-icon SetupItem-icon--aside HoverIcon-icon HoverIcon-icon--opacity Media-figure">
|
<i class="HoverIcon-icon HoverIcon-icon--opacity HoverIcon-icon--color Media-figure SetupItem-icon SetupItem-icon--aside ">
|
||||||
<aw-icon name="Organizations"></aw-icon>
|
<aw-icon name="Organizations"></aw-icon>
|
||||||
</i>
|
</i>
|
||||||
<div class="Media-block">
|
<div class="Media-block">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<button class="SetupItem SetupItem--button SetupItem--aside HoverIcon Media" ng-click="showManagementJobsModal()" ng-if="user_is_superuser">
|
<button class="SetupItem SetupItem--button SetupItem--aside HoverIcon Media" ng-click="showManagementJobsModal()" ng-if="user_is_superuser">
|
||||||
<div class="SetupItem-firefoxFlexButtonFix">
|
<div class="SetupItem-firefoxFlexButtonFix">
|
||||||
<i class="SetupItem-icon SetupItem-icon--aside HoverIcon-icon HoverIcon-icon--opacity Media-figure">
|
<i class="HoverIcon-icon HoverIcon-icon--opacity HoverIcon-icon--color Media-figure SetupItem-icon SetupItem-icon--aside ">
|
||||||
<aw-icon name="ManagementJobs"></aw-icon>
|
<aw-icon name="ManagementJobs"></aw-icon>
|
||||||
</i>
|
</i>
|
||||||
<div class="Media-block">
|
<div class="Media-block">
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button class="SetupItem SetupItem--button SetupItem--aside HoverIcon Media" ng-click="showInventoryScriptsModal()" ng-if="user_is_superuser">
|
<button class="SetupItem SetupItem--button SetupItem--aside HoverIcon Media" ng-click="showInventoryScriptsModal()" ng-if="user_is_superuser">
|
||||||
<div class="SetupItem-firefoxFlexButtonFix">
|
<div class="SetupItem-firefoxFlexButtonFix">
|
||||||
<i class="SetupItem-icon SetupItem-icon--aside HoverIcon-icon HoverIcon-icon--opacity Media-figure">
|
<i class="HoverIcon-icon HoverIcon-icon--opacity HoverIcon-icon--color Media-figure SetupItem-icon SetupItem-icon--aside ">
|
||||||
<aw-icon name="InventoryScripts"></aw-icon>
|
<aw-icon name="InventoryScripts"></aw-icon>
|
||||||
</i>
|
</i>
|
||||||
<div class="Media-block">
|
<div class="Media-block">
|
||||||
|
|||||||
Reference in New Issue
Block a user