mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
8b1c6dd7eb
- Conduct complete visual QA for recent icon changes merged in #128 - Edit styles to vertically align the "copy" and "reveal" icons in EnrollSecretTable - Clean up unused <KolideIcon /> properties in <SelectTargetsDropdown /> - Add min-height to left side navigation. At window heights under 500px, the user can now vertically scroll to reveal the remainder of the nav options. - Edit 500 page styles by moving the "Show error" button above the link to "File an issue"
59 lines
763 B
SCSS
59 lines
763 B
SCSS
.fleet-500 {
|
|
p {
|
|
color: #333;
|
|
}
|
|
|
|
a {
|
|
color: $core-blue;
|
|
text-decoration: none;
|
|
display: block;
|
|
margin-top: 16px;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.primary-header {
|
|
position: absolute;
|
|
top: 0;
|
|
height: 90px;
|
|
width: 100%;
|
|
|
|
&__logo {
|
|
height: 48px;
|
|
width: 174px;
|
|
position: absolute;
|
|
top: 25px;
|
|
left: 40px;
|
|
}
|
|
}
|
|
|
|
.background-image {
|
|
width: 100%;
|
|
}
|
|
|
|
.error-message-container {
|
|
display: block;
|
|
}
|
|
|
|
main {
|
|
text-align: center;
|
|
|
|
> h1 {
|
|
font-size: 32px;
|
|
min-width: 479px;
|
|
color: $core-black;
|
|
|
|
span {
|
|
font-weight: $bold;
|
|
}
|
|
}
|
|
|
|
> h2 {
|
|
font-size: 36px;
|
|
margin: 13px 0 30px;
|
|
}
|
|
}
|
|
}
|