mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-14 12:26:53 +01:00
17 lines
505 B
SCSS
17 lines
505 B
SCSS
.component_setup{
|
|
transform: none!important; // transition and fixed posiiton doesn't cohabit well so we have to resort
|
|
// to remove animation on this page to preserve the layout
|
|
text-align: justify;
|
|
|
|
button.completed{
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 150px;
|
|
padding: 15px;
|
|
box-sizing: border-box;
|
|
border-top-left-radius: 10px;
|
|
font-size: 1.1em;
|
|
color: var(--emphasis);
|
|
}
|
|
}
|