mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Fix side navigation width and text styles
This commit is contained in:
parent
2be8e8d55a
commit
520293dd2e
@ -81,7 +81,7 @@ function ComponentsStrings (BaseString) {
|
||||
NOTIFICATIONS: t.s('Notifications'),
|
||||
MANAGEMENT_JOBS: t.s('Management Jobs'),
|
||||
INSTANCES: t.s('Instances'),
|
||||
INSTANCE_GROUPS: t.s('INSTANCE GROUPS'),
|
||||
INSTANCE_GROUPS: t.s('Instance Groups'),
|
||||
APPLICATIONS: t.s('Applications'),
|
||||
SETTINGS: t.s('Settings'),
|
||||
FOOTER_ABOUT: t.s('About'),
|
||||
|
||||
@ -109,7 +109,6 @@
|
||||
color: @at-color-side-nav-content;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
font-size: 12px;
|
||||
i {
|
||||
cursor: pointer;
|
||||
@ -193,7 +192,7 @@
|
||||
|
||||
+ .at-Layout-main {
|
||||
padding-left: @at-width-expanded-side-nav;
|
||||
}
|
||||
}
|
||||
|
||||
+ .at-Layout-main--noLicense {
|
||||
padding-left: 0;
|
||||
|
||||
@ -300,7 +300,7 @@
|
||||
|
||||
@at-width-input-button-sm: 72px;
|
||||
@at-width-input-button-md: 84px;
|
||||
@at-width-collapsed-side-nav: 50px;
|
||||
@at-width-collapsed-side-nav: 55px;
|
||||
@at-width-expanded-side-nav: 180px;
|
||||
@at-width-list-row-item-label: 120px;
|
||||
@at-width-list-row-action: 30px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user