67 lines
1.2 KiB
CSS
67 lines
1.2 KiB
CSS
svg {
|
|
margin: -.3em -.5em -.5em -.4em;
|
|
fill: currentColor;
|
|
}
|
|
|
|
main {
|
|
padding-top: 7em;
|
|
min-height: calc(100vh - 4.4285em - 2px);
|
|
}
|
|
|
|
.ui.footer.segment {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.tagify {
|
|
width: 100%;
|
|
border-radius: .28571429rem;
|
|
--tags-focus-border-color: #85b7d9;
|
|
--placeholder-color: rgba(191,191,191,.87);
|
|
--placeholder-color-focus: rgba(115,115,115,.87);
|
|
}
|
|
|
|
.ui.table {
|
|
caption-side: bottom;
|
|
}
|
|
|
|
.ui.label {
|
|
margin: .14285714em;
|
|
}
|
|
|
|
.ui.label > .detail {
|
|
margin-left: .3em;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.ui.form .fields > .field {
|
|
width: 100%;
|
|
}
|
|
|
|
.ui.ui.form .field .fields .field:not(:only-child) .ui.checkbox {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.toast-container .ui.header {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.share-size {
|
|
--free-ratio: calc(var(--free) / var(--total));
|
|
--used-percent: calc(100% - 100%*var(--free-ratio));
|
|
--color: hsl(calc(120*var(--free-ratio)) 100% 50%);
|
|
background-image: linear-gradient(to right, var(--color) var(--used-percent), transparent var(--used-percent), transparent) !important;
|
|
}
|
|
|
|
.compact .ui.icon.buttons .mini.button {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.compact {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
.compact > input{
|
|
min-width: 10em;
|
|
padding-right: .1em;
|
|
}
|