Files
awx/awx/ui/static/less/main-layout.less
Chris Houseknecht 9af7469607 2.0 Styling
Added open sans font to repository and switched CSS to load the local files rather than use Google.
2014-06-18 18:15:59 -04:00

47 lines
734 B
Plaintext

/*********************************************
* Copyright (c) 2014 AnsibleWorks, Inc.
*
* main-layout.css
*
* primary page layout styles
*
*/
html, body { height: 100%; }
html {
background-color: @white;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
padding-top: 65px;
color: @black;
}
#main-menu-container {
.navbar {
margin-bottom: 0;
}
.navbar-brand {
position: absolute;
top: 3px;
left: 15px;
padding: 0px 15px 0 15px;
img {
width: 42px;
}
}
.navbar-collapse {
margin-left: 42px;
}
}
#content-container {
margin-top: 40px;
}
.group-breadcrumbs {
margin-bottom: 20px;
}