Initial commit
This commit is contained in:
12
public/theme/theme-base/components/misc/_terminal.scss
Normal file
12
public/theme/theme-base/components/misc/_terminal.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.p-terminal {
|
||||
background: $panelContentBg;
|
||||
color: $panelContentTextColor;
|
||||
border: $panelContentBorder;
|
||||
padding: $panelContentPadding;
|
||||
|
||||
.p-terminal-input {
|
||||
font-family: var(--font-family);
|
||||
font-feature-settings: var(--font-feature-settings, normal);
|
||||
font-size: $inputTextFontSize;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user