yocto-autobuilder2/yocto_console_view/src/views/ConsoleView/ConsoleView.scss
Mathieu Dubois-Briand c2793d8bfd yocto_console_view: import console_view plugin from buildbot
Plugin changed a lot with the buildbot transition from angularjs to
reactjs: start our own plugin customisation from scratch.

This commit only copies sources from buildboot git, without any
modification.

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
2025-02-10 18:22:57 +01:00

39 lines
600 B
SCSS

tr.bb-console-table-first-row {
background-color: #fff !important;
th {
border: none;
}
}
.bb-console-table-builder {
position: relative;
float: left;
font-size: 1em;
width: 1.5em;
text-align: center;
transform: rotate(-25deg) ;
transform-origin: 0% 100%;
text-decoration: none;
white-space: nowrap;
}
.bb-console-tag-row {
td {
margin: 0;
padding: 0;
}
span {
position: relative;
float: left;
font-size: 10px;
overflow: hidden;
text-decoration: none;
white-space: nowrap;
}
}
.bb-console-changes-expand-icon {
float: left;
}