react-terminal-viewer
Version:
<h1 align="center"> react-terminal-viewer </h1>
33 lines (29 loc) • 535 B
text/less
.terminal-viewer-toolbar {
position: absolute;
right: 48px;
bottom: 24px;
z-index: 1800;
display: flex;
font-size: 16px;
}
.terminal-viewer-toolbar-button {
z-index: 1900;
display: flex;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
color: #b5bbc6;
background: #30363d;
border: 1px solid rgba(140, 150, 166, 0.1);
cursor: pointer;
&:hover {
color: #fff;
}
&:first-child {
border-radius: 4px 0 0 4px;
}
&:last-child {
border-radius: 0 4px 4px 0;
}
}