mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
20 lines
290 B
CSS
20 lines
290 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;
|
|
}
|