Skip to content
Snippets Groups Projects
Commit 26c54c32 authored by Myśliwiec, D. (Dominik, Student M-CS)'s avatar Myśliwiec, D. (Dominik, Student M-CS)
Browse files

Scale update page

parent a1f43b27
No related branches found
No related tags found
No related merge requests found
......@@ -143,46 +143,32 @@
</template>
<script>
export default {
layout: 'settingLayout'
}
</script>
<style lang="scss" scoped>
.update-section {
.link-back::before {
content: '';
position: absolute;
left: 40%;
top: 1.9em;
width: 25px;
height: 25px;
border-top: 6px solid white;
border-right: 6px solid white;
border-radius: 6px;
transform: rotate(225deg);
box-shadow: 1px -2px 2px #333;
}
height: 620px;
margin-bottom: 150px;
margin-top: 40px;
width: auto;
display: flex;
flex-direction: column;
align-items: center;
font-size: 1.3rem;
font-size: 2.5vh;
text-shadow: 0 4px 7px #333;
.checking{
font-size: 1.5rem;
font-size: 2.8vh;
margin-top: 1.6em;
}
.wait{
font-size: 1.8rem;
font-size: 2.5vh;
margin-top:0.6em;
}
.bigUpdate{
margin-top: 4em;
transform: scale(2);
margin-top: 5vh;
height:35vh;
width: auto;
.cls-1, .cls-3, .cls-4 {
fill: #fff;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment