comparison client/src/components/Userdetail.vue @ 551:89bc8111563a

refac: Layout adjustments
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 31 Aug 2018 14:12:00 +0200
parents b91791664554
children 09d8e5483851
comparison
equal deleted inserted replaced
550:06907c875077 551:89bc8111563a
72 .formfields { 72 .formfields {
73 width: 10vw; 73 width: 10vw;
74 } 74 }
75 75
76 .userdetails { 76 .userdetails {
77 margin-top: $large-offset; 77 margin-top: $topbarheight;
78 width: 48vw; 78 min-width: 40vw;
79 margin-right: auto; 79 margin-right: auto;
80 height: 100%; 80 height: 100%;
81 } 81 }
82 82
83 form { 83 form {