mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
border radius only right, no borders color
This commit is contained in:
parent
b7ba360c7e
commit
980fcc34bc
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user