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 @@ ...@@ -143,46 +143,32 @@
</template> </template>
<script> <script>
export default {
layout: 'settingLayout'
}
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.update-section { .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; width: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
font-size: 1.3rem; font-size: 2.5vh;
text-shadow: 0 4px 7px #333; text-shadow: 0 4px 7px #333;
.checking{ .checking{
font-size: 1.5rem; font-size: 2.8vh;
margin-top: 1.6em; margin-top: 1.6em;
} }
.wait{ .wait{
font-size: 1.8rem; font-size: 2.5vh;
margin-top:0.6em; margin-top:0.6em;
} }
.bigUpdate{ .bigUpdate{
margin-top: 4em; margin-top: 5vh;
transform: scale(2); height:35vh;
width: auto;
.cls-1, .cls-3, .cls-4 { .cls-1, .cls-3, .cls-4 {
fill: #fff; 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