OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
API
/
swagger-ui-5.17.14
/
src
/
style
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/07/2024 04:34:11 AM
rwxr-xr-x
📄
_authorize.scss
1.4 KB
08/07/2024 04:33:48 AM
rw-r--r--
📄
_buttons.scss
3.42 KB
08/07/2024 04:33:48 AM
rw-r--r--
📄
_errors.scss
1.13 KB
08/07/2024 04:33:48 AM
rw-r--r--
📄
_form.scss
4.22 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_information.scss
1.59 KB
08/07/2024 04:33:48 AM
rw-r--r--
📄
_layout.scss
16.89 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_markdown.scss
494 bytes
08/07/2024 04:33:49 AM
rw-r--r--
📄
_mixins.scss
3.47 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_modal.scss
1.73 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_models.scss
5.65 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_servers.scss
1.01 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_split-pane-mode.scss
47 bytes
08/07/2024 04:33:49 AM
rw-r--r--
📄
_table.scss
3.24 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_topbar.scss
2.15 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
_type.scss
358 bytes
08/07/2024 04:33:49 AM
rw-r--r--
📄
_variables.scss
7.14 KB
08/07/2024 04:33:49 AM
rw-r--r--
📄
main.scss
574 bytes
08/07/2024 04:33:48 AM
rw-r--r--
Editing: _table.scss
Close
table { width: 100%; padding: 0 10px; border-collapse: collapse; &.model { tbody { tr { td { padding: 0; vertical-align: top; &:first-of-type { width: 174px; padding: 0 0 0 2em; } } } } } &.headers { td { font-size: 12px; font-weight: 300; vertical-align: middle; @include text_code(); } .header-example { color: #999; font-style: italic; } } tbody { tr { td { padding: 10px 0 0 0; vertical-align: top; &:first-of-type { min-width: 6em; padding: 10px 0; } } } } thead { tr { th, td { font-size: 12px; font-weight: bold; padding: 12px 0; text-align: left; border-bottom: 1px solid rgba($table-thead-td-border-bottom-color, .2); @include text_body(); } } } } .parameters-col_description { width: 99%; // forces other columns to shrink to their content widths margin-bottom: 2em; input { width: 100%; max-width: 340px; } select { border-width: 1px; } .markdown, .renderedMarkdown { p { margin: 0; } } } .parameter__name { font-size: 16px; font-weight: normal; // hack to give breathing room to the name column // TODO: refactor all of this to flexbox margin-right: .75em; @include text_headline(); &.required { font-weight: bold; span { color: red; } &:after { font-size: 10px; position: relative; top: -6px; padding: 5px; content: 'required'; color: rgba($table-parameter-name-required-font-color, .6); } } } .parameter__in, .parameter__extension { font-size: 12px; font-style: italic; @include text_code($table-parameter-in-font-color); } .parameter__deprecated { font-size: 12px; font-style: italic; @include text_code($table-parameter-deprecated-font-color); } .parameter__empty_value_toggle { display: block; font-size: 13px; padding-top: 5px; padding-bottom: 12px; input { margin-right: 7px; width: auto; } &.disabled { opacity: 0.7; } } .table-container { padding: 20px; } .response-col_description { width: 99%; // forces other columns to shrink to their content widths .markdown, .renderedMarkdown { p { margin: 0; } } } .response-col_links { min-width: 6em; } .response__extension { font-size: 12px; font-style: italic; @include text_code($table-parameter-in-font-color); }