mirror of
https://github.com/ail-project/ail-framework.git
synced 2025-02-07 09:56:24 +00:00
28 lines
432 B
CSS
28 lines
432 B
CSS
.hg-text{
|
|
padding-top: 0.2em;
|
|
padding-bottom: 0.2em;
|
|
padding-right: 0.15em;
|
|
padding-left: 0.15em;
|
|
background-color: #2e5;
|
|
}
|
|
|
|
.blue {
|
|
color: #0088cc !important;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.object_node_icon {
|
|
font-size: 16px;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.text-collapse {
|
|
overflow: hidden;
|
|
display: block;
|
|
max-height: 3em;
|
|
line-height: 1.5em;
|
|
transition: max-height 0.3s ease-in-out;
|
|
}
|