mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
* Updating sidebar content on Manage Packs * Updating documentation link and some spelling issues
62 lines
1.1 KiB
SCSS
62 lines
1.1 KiB
SCSS
.pack-info-side-panel {
|
|
background-color: $white;
|
|
border-left: 1px solid $border-medium;
|
|
bottom: 0;
|
|
box-shadow: 2px 0 8px 0 rgba($black, 0.1);
|
|
box-sizing: border-box;
|
|
overflow: scroll;
|
|
padding: 30px;
|
|
|
|
&__title {
|
|
font-size: 18px;
|
|
font-weight: $normal;
|
|
letter-spacing: 0.7px;
|
|
color: $text-dark;
|
|
border-bottom: 1px solid $accent-light;
|
|
padding-bottom: 8px;
|
|
margin: 0 0 4px;
|
|
}
|
|
|
|
&__subtitle {
|
|
font-size: 16px;
|
|
letter-spacing: 0.7px;
|
|
color: $text-dark;
|
|
margin: 0 0 10px;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
p,
|
|
ul {
|
|
font-size: 13px;
|
|
line-height: 1.85;
|
|
letter-spacing: 0.5px;
|
|
color: #858495;
|
|
}
|
|
|
|
dl {
|
|
dt {
|
|
font-weight: $bold;
|
|
font-size: 13px;
|
|
line-height: 1.85;
|
|
letter-spacing: 0.5px;
|
|
color: #858495;
|
|
|
|
.kolidecon {
|
|
font-size: 20px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
span {
|
|
vertical-align: 2px;
|
|
}
|
|
}
|
|
|
|
dd {
|
|
font-size: 13px;
|
|
line-height: 1.85;
|
|
letter-spacing: 0.5px;
|
|
color: #858495;
|
|
margin-left: 30px;
|
|
}
|
|
}
|
|
}
|