forked from WebCoder49/code-input
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode-input.min.css
More file actions
1 lines (1 loc) · 1.26 KB
/
code-input.min.css
File metadata and controls
1 lines (1 loc) · 1.26 KB
1
code-input{position:relative;top:0;left:0;display:block;padding:8px;margin:8px;width:calc(100% - 16px);height:250px;font-size:15pt;font-family:monospace;line-height:20pt;tab-size:2;caret-color:#a9a9a9;white-space:pre}code-input textarea,code-input.code-input_pre-element-styled pre,code-input:not(.code-input_pre-element-styled) pre code{margin:0!important;padding:var(--padding,16px)!important;border:0;width:calc(100% - (var(--padding,16px)*2))!important;height:calc(100% - (var(--padding,16px)*2))!important}code-input.code-input_pre-element-styled pre code,code-input:not(.code-input_pre-element-styled) pre{margin:0!important;border:0!important;padding:0!important;overflow:auto!important;width:100%!important;height:100%!important}code-input pre,code-input pre *,code-input textarea{font-size:inherit!important;font-family:inherit!important;line-height:inherit!important;tab-size:inherit!important}code-input pre,code-input textarea{position:absolute;top:0;left:0}code-input textarea{z-index:1}code-input pre{z-index:0}code-input textarea{color:transparent;background:0 0;caret-color:inherit!important}code-input pre,code-input textarea{overflow:auto!important;white-space:inherit;word-spacing:normal;word-break:normal;word-wrap:normal}code-input textarea{resize:none;outline:0!important}