ghost_leaders_theme/assets/css/screen.css

82 lines
1.3 KiB
CSS

/*
This is a development CSS file which is compiled to a minified
production stylesheet in assets/built/screen.css using: gulp dev
*/
/* Lib - Local component imports
/* ---------------------------------------------------------- */
/* Base */
@import "vars.css";
@import "components/global.css";
/* Ghost components */
@import "components/content.css";
@import "components/members.css";
/* Global components */
@import "components/forms.css";
@import "components/buttons.css";
/* Main - Your styles here! Edit below
/* ---------------------------------------------------------- */
/* Global */
.gh-container {
width: 100%;
max-width: 1030px;
margin: 0 auto;
}
/* Header */
.gh-head {
padding: 20px 4vw;
color: #fff;
background: var(--color-base);
}
.gh-head a {
color: #fff;
}
.gh-head-container {
display: flex;
align-items: center;
justify-content: space-between;
}
.gh-head-left .nav {
display: flex;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}
.gh-head-left .nav li {
margin: 0 10px 0 0;
padding: 0;
}
.gh-head-logo img {
height: 30px;
width: auto;
}
/* Footer */
.gh-foot {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 4vw;
color: #fff;
background: var(--color-base);
}
.gh-foot a {
color: #fff;
}