source: trip-planner-front/node_modules/primeng/resources/components/terminal/terminal.css

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 340 bytes
Line 
1.p-terminal {
2 height: 18rem;
3 overflow: auto;
4}
5
6.p-terminal-prompt-container {
7 display: flex;
8 align-items: center;
9}
10
11.p-terminal-input {
12 flex: 1 1 auto;
13 border: 0 none;
14 background-color: transparent;
15 color: inherit;
16 padding: 0;
17 outline: 0 none;
18}
19
20.p-terminal-input::-ms-clear {
21 display: none;
22}
Note: See TracBrowser for help on using the repository browser.