Improve modal style
This commit is contained in:
parent
96fa346555
commit
e60e82d522
1 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,14 @@
|
||||||
|
/**
|
||||||
|
* Footer
|
||||||
|
*/
|
||||||
.ui.footer {
|
.ui.footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Modal
|
||||||
|
*/
|
||||||
|
.ui.modal > .actions {
|
||||||
|
text-align: inherit;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue