mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
73035877b3
* Fixing spacing of header * Make h1 headers consistent
56 lines
778 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|