border radius only right, no borders color

This commit is contained in:
ogerly 2021-09-24 09:08:58 +02:00
parent b7ba360c7e
commit 980fcc34bc
4 changed files with 20 additions and 5 deletions

View File

@ -2,7 +2,11 @@
<b-card
id="userdata_form"
class="bg-transparent"
style="background-color: #ebebeba3 !important; border-radius: 0px"
style="
background-color: #ebebeba3 !important;
border-radius: 0px 5px 5px 0px;
border: 0px;
"
>
<div>
<b-row class="mb-4 text-right">

View File

@ -2,7 +2,11 @@
<b-card
id="change_pwd"
class="bg-transparent"
style="background-color: #ebebeba3 !important; border-radius: 0px"
style="
background-color: #ebebeba3 !important;
border-radius: 0px 5px 5px 0px;
border: 0px;
"
>
<div>
<b-row class="mb-4 text-right">

View File

@ -2,7 +2,11 @@
<b-card
id="formuserlanguage"
class="bg-transparent"
style="background-color: #ebebeba3 !important; border-radius: 0px"
style="
background-color: #ebebeba3 !important;
border-radius: 0px 5px 5px 0px;
border: 0px;
"
>
<div>
<b-row class="mb-4 text-right">

View File

@ -1,8 +1,11 @@
<template>
<b-card
id="formusernewsletter"
class="bg-transparent"
style="background-color: #ebebeba3 !important; border-radius: 0px"
style="
background-color: #ebebeba3 !important;
border-radius: 0px 5px 5px 0px;
border: 0px;
"
>
<div>
<b-row class="mb-3">