2022-01-04 15:41:41 -05:00
|
|
|
#terminal {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2022-01-15 07:13:42 -05:00
|
|
|
margin: 10px 0 10px;
|
2022-01-04 15:41:41 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#terminal #terminal_view {
|
|
|
|
padding: 10px 20px;
|
|
|
|
border-radius: 6px;
|
|
|
|
background-color: #282a36;
|
|
|
|
}
|
|
|
|
|
|
|
|
.xterm-viewport.xterm-viewport {
|
|
|
|
scrollbar-width: thin;
|
|
|
|
}
|
2022-01-04 21:21:21 -05:00
|
|
|
|
2022-01-04 15:41:41 -05:00
|
|
|
.xterm-viewport::-webkit-scrollbar {
|
|
|
|
width: 10px;
|
|
|
|
}
|
2022-01-04 21:21:21 -05:00
|
|
|
|
2022-01-04 15:41:41 -05:00
|
|
|
.xterm-viewport::-webkit-scrollbar-track {
|
|
|
|
opacity: 0;
|
2022-01-04 21:21:21 -05:00
|
|
|
}
|
|
|
|
|
2022-01-04 15:41:41 -05:00
|
|
|
.xterm-viewport::-webkit-scrollbar-thumb {
|
|
|
|
min-height: 20px;
|
|
|
|
background-color: #ffffff20;
|
|
|
|
}
|
|
|
|
|
2022-01-11 15:22:24 -05:00
|
|
|
.navbar-xs .navbar-brand {
|
|
|
|
padding: 0px 12px;
|
2022-01-13 17:58:41 -05:00
|
|
|
font-size: 20px;
|
2022-01-11 15:22:24 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-xs .navbar-nav>li>a {
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
2022-01-15 18:54:15 -05:00
|
|
|
}
|
2022-01-16 16:46:01 -05:00
|
|
|
|
|
|
|
.btn:focus {
|
|
|
|
outline: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|