filestash/client/pages/adminpage/setup.scss
2018-12-19 18:35:09 +11:00

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);
}
}