mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
98 lines
1.5 KiB
SCSS
98 lines
1.5 KiB
SCSS
.integrations-management {
|
|
padding: 0;
|
|
&__page-description {
|
|
font-size: $x-small;
|
|
color: $core-fleet-black;
|
|
@include sticky-settings-description;
|
|
padding-bottom: $pad-medium;
|
|
}
|
|
}
|
|
|
|
.no-integrations {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-top: $pad-xxxlarge;
|
|
|
|
h1 {
|
|
font-size: $large;
|
|
font-weight: $regular;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
color: $core-fleet-black;
|
|
}
|
|
|
|
h2 {
|
|
font-size: $small;
|
|
font-weight: $bold;
|
|
margin: 0 0 $pad-large;
|
|
}
|
|
|
|
ul {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: $core-fleet-black;
|
|
list-style: none;
|
|
|
|
li {
|
|
&::before {
|
|
content: "•";
|
|
color: $core-vibrant-blue;
|
|
margin-right: $pad-medium;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__inner {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
h1 {
|
|
font-size: $small;
|
|
font-weight: $bold;
|
|
margin-bottom: $pad-medium;
|
|
}
|
|
|
|
img {
|
|
width: 176px;
|
|
margin-right: $pad-xlarge;
|
|
}
|
|
|
|
p {
|
|
color: $core-fleet-black;
|
|
font-weight: $regular;
|
|
font-size: $x-small;
|
|
margin: 0;
|
|
margin-bottom: $pad-large;
|
|
}
|
|
|
|
.no-filter-results {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 350px;
|
|
}
|
|
}
|
|
|
|
&__inner-text {
|
|
width: 350px;
|
|
}
|
|
}
|
|
|
|
.type__header {
|
|
width: 12px;
|
|
}
|
|
|
|
.type__cell {
|
|
.logo-cell {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
.zendesk-icon {
|
|
width: 16px;
|
|
}
|
|
|
|
.jira-icon {
|
|
width: 24px;
|
|
}
|
|
}
|