Files
fredy/ui/src/App.less
Christian Kellner b6755497e4 Ui-Redesign (#203)
* new ui design

* improving ui design

* adding new screenshots

* upgrade dependencies
2025-09-29 20:36:56 +02:00

46 lines
684 B
Plaintext

.app {
height: 100%;
width: 100%;
&__content {
margin: 1rem;
}
}
.ui.inverted.segment {
background: #31303078 !important;
}
.ui.black.label,
.ui.black.labels .label {
background-color: #31303078 !important;
}
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;
}
.semi-icon:not(.semi-tabs-bar .semi-tabs-tab .semi-icon) {
vertical-align: middle;
}