2025-12-25 upload
This commit is contained in:
6
venv/Lib/site-packages/mitmproxy/addons/onboardingapp/static/bootstrap.min.css
vendored
Normal file
6
venv/Lib/site-packages/mitmproxy/addons/onboardingapp/static/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 121 KiB |
@@ -0,0 +1,44 @@
|
||||
.media {
|
||||
min-height: 110px;
|
||||
}
|
||||
.media svg {
|
||||
width: 64px;
|
||||
margin-right: 1rem !important;
|
||||
}
|
||||
|
||||
.instructions {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
/* CSS-only collapsible */
|
||||
.show-instructions:target, .hide-instructions, .instructions {
|
||||
display: none;
|
||||
}
|
||||
.show-instructions:target ~ .hide-instructions {
|
||||
display: inline-block;
|
||||
}
|
||||
.show-instructions:target ~ .instructions {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.fa-apple {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.fa-windows {
|
||||
color: #0078D7;
|
||||
}
|
||||
|
||||
.fa-firefox-browser {
|
||||
color: #E25821;
|
||||
}
|
||||
|
||||
.fa-android {
|
||||
margin-top: 10px;
|
||||
color: #3DDC84;
|
||||
}
|
||||
|
||||
.fa-certificate {
|
||||
color: #FFBB00;
|
||||
}
|
||||
Reference in New Issue
Block a user