fleet/frontend/pages/Kolide500/_styles.scss
Kyle Knight 73035877b3 Fixing spacing of manage packs header (#848)
* Fixing spacing of header

* Make h1 headers consistent
2017-01-10 10:27:10 -06:00

56 lines
778 B
SCSS

.kolide-500 {
p {
color: #666;
}
a {
color: #4a90e2;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.primary-header {
height: 90px;
width: 100%;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
&__logo {
height: 48px;
width: 174px;
position: absolute;
top: 25px;
left: 40px;
}
}
.gopher-container {
margin: 40px auto 0;
max-width: 800px;
text-align: center;
img {
height: 340px;
}
}
main {
text-align: center;
> h1 {
font-size: 56px;
min-width: 479px;
margin: 34px auto 0;
font-weight: $bold;
color: $text-ultradark;
}
> h2 {
font-size: 36px;
margin: 13px 0 30px;
}
}
}