mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
round corners removed from profile settings page
This commit is contained in:
parent
f52a117a22
commit
b7ba360c7e
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<b-card id="userdata_form" class="bg-transparent" style="background-color: #ebebeba3 !important">
|
||||
<b-card
|
||||
id="userdata_form"
|
||||
class="bg-transparent"
|
||||
style="background-color: #ebebeba3 !important; border-radius: 0px"
|
||||
>
|
||||
<div>
|
||||
<b-row class="mb-4 text-right">
|
||||
<b-col class="text-right">
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<b-card id="change_pwd" class="bg-transparent" style="background-color: #ebebeba3 !important">
|
||||
<b-card
|
||||
id="change_pwd"
|
||||
class="bg-transparent"
|
||||
style="background-color: #ebebeba3 !important; border-radius: 0px"
|
||||
>
|
||||
<div>
|
||||
<b-row class="mb-4 text-right">
|
||||
<b-col class="text-right">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<b-card
|
||||
id="formuserlanguage"
|
||||
class="bg-transparent"
|
||||
style="background-color: #ebebeba3 !important"
|
||||
style="background-color: #ebebeba3 !important; border-radius: 0px"
|
||||
>
|
||||
<div>
|
||||
<b-row class="mb-4 text-right">
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<b-card
|
||||
id="formusernewsletter"
|
||||
class="bg-transparent"
|
||||
style="background-color: #ebebeba3 !important"
|
||||
style="background-color: #ebebeba3 !important; border-radius: 0px"
|
||||
>
|
||||
<div>
|
||||
<b-row class="mb-3">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user