Files
fredy/ui/src/App.less

46 lines
684 B
Plaintext
Raw Permalink Normal View History

.app {
height: 100%;
width: 100%;
&__content {
margin: 1rem;
}
2022-03-27 19:42:58 +02:00
}
.ui.inverted.segment {
background: #31303078 !important;
2022-03-27 19: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;
}
.semi-icon:not(.semi-tabs-bar .semi-tabs-tab .semi-icon) {
vertical-align: middle;
}