mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 22:18:01 -03:30
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
/** @define SetupMenu */
|
|
|
|
@import "shared/branding/colors.less";
|
|
|
|
.SetupMenu {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: row;
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
margin-left: -1rem;
|
|
}
|