mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 09:56:35 +00:00
Add Posture Checks to docs (#250)
* Add Posture Checks to docs * Fix Posture Checks images path * merge documentation into current posture checks docs --------- Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
@@ -70,6 +70,24 @@
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.videowrapperadjusted {
|
||||
float: none;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
padding-bottom: 30%;
|
||||
padding-top: 25px;
|
||||
height: 0;
|
||||
}
|
||||
.videowrapperadjusted iframe {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Toastify__close-button {
|
||||
color: var(--toastify-text-color-light) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user