mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
46 lines
684 B
Plaintext
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;
|
|
}
|