mirror of
https://github.com/ansible/awx.git
synced 2026-07-09 15:28:05 -02:30
Creating .less files for Tower branding and AWX branding
This separates the classes used for the Tower logos and the AWX logos, into two separate files which I placed in /assets.
This commit is contained in:
19
awx/ui/client/assets/awx_branding.block.less
Normal file
19
awx/ui/client/assets/awx_branding.block.less
Normal file
@@ -0,0 +1,19 @@
|
||||
// Styling for login modal logo
|
||||
.LoginModal-logoImage, .LoginModal-logoImage--notCustom {
|
||||
width: 200px;
|
||||
margin: -30px 20px 10px -30px;
|
||||
}
|
||||
|
||||
// Styling for home button on left-hand side of the nav bar
|
||||
.MainMenu-logoImage {
|
||||
width: 100px;
|
||||
margin: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
// Styling for the about modal
|
||||
.About-brandImg {
|
||||
float: left;
|
||||
width: 200px;
|
||||
padding-top: 13px;
|
||||
}
|
||||
21
awx/ui/client/assets/tower_branding.block.less
Normal file
21
awx/ui/client/assets/tower_branding.block.less
Normal file
@@ -0,0 +1,21 @@
|
||||
// Styling for login modal logo
|
||||
.LoginModal-logoImage, .LoginModal-logoImage--notCustom {
|
||||
max-width: 112px;
|
||||
margin: 20px 20px 10px 20px;
|
||||
}
|
||||
|
||||
// Styling for home button on left-hand side of the nav bar
|
||||
.MainMenu-logoImage {
|
||||
max-width: 147px;
|
||||
max-height: 50px;
|
||||
height: 30px;
|
||||
width: 93px;
|
||||
margin: 20px;
|
||||
}
|
||||
|
||||
// Styling for the about modal
|
||||
.About-brandImg {
|
||||
float: left;
|
||||
width: 112px;
|
||||
padding-top: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user