wishthis/includes/assets/css/default.css
2022-01-20 13:45:09 +01:00

37 lines
369 B
CSS

/**
* Footer
*/
.ui.footer {
position: sticky;
top: 100%;
}
/**
* Modal
*/
.ui.modal > .actions {
text-align: inherit;
}
/**
* Progress
*/
.ui.progress.nolabel:last-child {
margin: 0;
}
/**
* Card
*/
.ui.card .header > img {
height: 1.25em;
}
/**
* Label
*/
p .ui.horizontal.label {
margin: 0;
cursor: default;
user-select: none;
}