2021-01-21 16:09:23 +01:00
|
|
|
.app {
|
2025-09-29 20:36:56 +02:00
|
|
|
height: 100%;
|
2025-07-26 20:42:58 +02:00
|
|
|
width: 100%;
|
2021-01-21 16:09:23 +01:00
|
|
|
|
2025-09-29 20:36:56 +02:00
|
|
|
&__content {
|
|
|
|
|
margin: 1rem;
|
2021-01-21 16:09:23 +01:00
|
|
|
}
|
2022-03-27 19:42:58 +02:00
|
|
|
}
|
|
|
|
|
|
2025-07-26 20:42:58 +02:00
|
|
|
.ui.inverted.segment {
|
|
|
|
|
background: #31303078 !important;
|
2022-03-27 19:42:58 +02:00
|
|
|
}
|
|
|
|
|
|
2025-07-26 20:42:58 +02:00
|
|
|
.ui.black.label,
|
|
|
|
|
.ui.black.labels .label {
|
|
|
|
|
background-color: #31303078 !important;
|
2023-03-20 08:52:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:active {
|
|
|
|
|
color: #54a9ff;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
text-decoration: underline;
|
2025-07-22 19:58:16 +02:00
|
|
|
}
|
|
|
|
|
|
2025-07-25 13:13:04 +02:00
|
|
|
.semi-icon:not(.semi-tabs-bar .semi-tabs-tab .semi-icon) {
|
2025-07-22 19:58:16 +02:00
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|