14 lines
135 B
CSS
14 lines
135 B
CSS
/**
|
|
* Footer
|
|
*/
|
|
.ui.footer {
|
|
position: sticky;
|
|
top: 100%;
|
|
}
|
|
|
|
/**
|
|
* Modal
|
|
*/
|
|
.ui.modal > .actions {
|
|
text-align: inherit;
|
|
}
|