blob: 1a5f6ae573dce27ec95bc7ffc3e8679e4f5293da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
.serial-lan__wrapper {
overflow: hidden;
.btn-export {
margin: 1.8em 0 1.8em 2em;
}
}
.serial-lan__copy {
padding: 1em 0;
}
.serial-lan__header {
background: $primary-light;
padding-bottom: 1.2em;
line-height: 0;
}
.terminal-container {
position: relative;
width: 100%;
}
.window-terminal-container {
position: relative;
max-width: 70em;
}
#terminal{
height:25em;
}
|