You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/source/assets/stylesheets/_global.scss

102 lines
1.6 KiB

//
// Global Site
// --------------------------------------------------
/*html{
9 years ago
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}*/
body {
9 years ago
font-size: 15px;
color: $black;
font-weight: 300;
}
h1, h2, h3, h4, h5 {
font-family: $font-family-klavika;
text-transform: uppercase;
}
h1{
9 years ago
font-size: 42px;
line-height: 42px;
font-weight: $font-weight-sb;
9 years ago
margin-bottom: 24px;
}
h3{
9 years ago
font-size: 28px;
line-height: 28px;
font-weight: $font-weight-sb;
}
p, a, input, .alert {
font-family: $font-family-open-sans;
}
//an alternative color for buttons in the doc body
.btn-serf{
9 years ago
color: $white !important;
background-color: $btn-color;
border-radius: $btn-border-radius;
//@include box-shadow( $shadow );
}
.highlight{
9 years ago
margin-bottom: 18px;
}
pre {
9 years ago
background-color: $black;
color: $white;
font-size: 14px;
font-weight: normal;
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
border: none;
padding: 20px;
margin-bottom: 0;
}
8 years ago
tt {
font-size: 18px;
font-family: "Menlo", "Monaco", "Courier New", monospace;
}
//fixed grid below 992 to prevent smaller responsive sizes
@media (max-width: 992px) {
9 years ago
.container{
max-width: 970px;
}
}
//all below styles are overriding corrections for below (min-width: 992px)
//below (min-width: 992px) these styles change
.navbar-nav {
9 years ago
margin: 0;
}
.navbar-right {
9 years ago
float: right !important;
}
.navbar-nav > li {
9 years ago
float: left;
}
.navbar-nav > li > a {
9 years ago
padding-top: 15px;
padding-bottom: 15px;
}
.center {
9 years ago
text-align: center;
}
.edit-this-page{
padding-top: 48px;
a{
text-transform: uppercase;
}
}