blob: e265bc278b47e3a2b70cd8548a9335cac044b031 [file] [log] [blame]
Michael Davis8b522062017-05-05 09:21:07 -05001.serial-lan__wrapper {
Michael Davis640d28a2017-08-15 16:58:07 -05002 overflow: hidden;
Michael Davis8b522062017-05-05 09:21:07 -05003 .btn-export {
4 margin: 1.8em 0 1.8em 2em;
5 }
Konstantin Aladyshev51229f82020-11-06 18:32:53 +03006 height: 100%;
Michael Davis8b522062017-05-05 09:21:07 -05007}
8
Michael Davis6bd0f262017-07-27 15:37:14 -05009.serial-lan__copy {
10 padding: 1em 0;
11}
Michael Davis8b522062017-05-05 09:21:07 -050012
Michael Davis640d28a2017-08-15 16:58:07 -050013.serial-lan__header {
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050014 background: $primary-light;
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050015 padding-bottom: 1.2em;
Michael Davis640d28a2017-08-15 16:58:07 -050016 line-height: 0;
Jayashankar Padath1255e0d2018-06-13 23:45:49 +053017}
beccabroek457ca042018-09-07 17:18:24 -050018
19.terminal-container {
20 position: relative;
beccabroek457ca042018-09-07 17:18:24 -050021 width: 100%;
Konstantin Aladyshev51229f82020-11-06 18:32:53 +030022 height: 25em;
beccabroek457ca042018-09-07 17:18:24 -050023}
24
25.window-terminal-container {
26 position: relative;
Konstantin Aladyshev51229f82020-11-06 18:32:53 +030027 max-width: 100%;
28 height: 80vh;
beccabroek457ca042018-09-07 17:18:24 -050029}
beccabroek3d0a4d92018-09-25 09:23:49 -050030
31#terminal{
Konstantin Aladyshev51229f82020-11-06 18:32:53 +030032 height: 100%;
beccabroek3d0a4d92018-09-25 09:23:49 -050033}