mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
66 lines
1 KiB
SCSS
66 lines
1 KiB
SCSS
.pack-info-side-panel {
|
|
background-color: $core-white;
|
|
bottom: 0;
|
|
border-left: 1px solid $ui-fleet-blue-15;
|
|
box-sizing: border-box;
|
|
overflow: scroll;
|
|
|
|
&__title {
|
|
font-size: $medium;
|
|
font-weight: $regular;
|
|
color: $core-fleet-black;
|
|
border-bottom: 1px solid $ui-fleet-blue-15;
|
|
padding-bottom: 8px;
|
|
margin: 0 0 7px;
|
|
}
|
|
|
|
&__subtitle {
|
|
font-size: $x-small;
|
|
font-weight: $bold;
|
|
color: $core-fleet-black;
|
|
}
|
|
|
|
a {
|
|
color: $core-vibrant-blue;
|
|
font-weight: $bold;
|
|
text-decoration: none;
|
|
}
|
|
|
|
p,
|
|
ul {
|
|
font-size: $x-small;
|
|
color: $core-fleet-black;
|
|
}
|
|
|
|
p {
|
|
margin: 24px 0 24px 0;
|
|
}
|
|
|
|
ul {
|
|
margin-left: 16px;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
li::marker {
|
|
color: $core-vibrant-blue;
|
|
}
|
|
|
|
dl {
|
|
dt {
|
|
font-weight: $bold;
|
|
font-size: $x-small;
|
|
color: $core-fleet-black;
|
|
margin-bottom: 24px;
|
|
|
|
img {
|
|
height: 16px;
|
|
width: auto;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
span {
|
|
vertical-align: 2px;
|
|
}
|
|
}
|
|
}
|
|
}
|