comparison client/src/components/usermanagement/Userdetail.vue @ 5629:84d01a536bec 729-node-js-newer-version

Transformed scss and sass styles into css
author Luisa Beerboom <lbeerboom@intevation.de>
date Thu, 11 May 2023 13:23:52 +0200
parents 7768f14f6535
children
comparison
equal deleted inserted replaced
5628:a985f8c46cf3 5629:84d01a536bec
139 </form> 139 </form>
140 </div> 140 </div>
141 </div> 141 </div>
142 </template> 142 </template>
143 143
144 <style lang="scss" scoped> 144 <style scoped>
145 .submit-button { 145 .submit-button {
146 position: absolute; 146 position: absolute;
147 right: var(--offset); 147 right: var(--offset);
148 bottom: var(--offset); 148 bottom: var(--offset);
149 } 149 }