mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
add embedded content styles to docs and handbook (#7261)
This commit is contained in:
parent
e299cc41f1
commit
ef6c388852
2 changed files with 26 additions and 0 deletions
|
|
@ -630,6 +630,19 @@
|
|||
[purpose='checklist-item']::marker {
|
||||
display: none;
|
||||
}
|
||||
[purpose='embedded-content'] {
|
||||
position: relative;
|
||||
margin-bottom: 40px;
|
||||
width: 100%;
|
||||
padding-bottom: 57%;
|
||||
iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -333,6 +333,19 @@
|
|||
content: url('/images/icon-link-16x16@2x.png');
|
||||
}
|
||||
}
|
||||
[purpose='embedded-content'] {
|
||||
position: relative;
|
||||
margin-bottom: 40px;
|
||||
width: 100%;
|
||||
padding-bottom: 57%;
|
||||
iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[purpose='handbook-landing-page'] {
|
||||
|
|
|
|||
Loading…
Reference in a new issue