add telegram token(bot) in PartnerSettings
This commit is contained in:
@ -29,13 +29,14 @@
|
||||
font-size: 15px;
|
||||
line-height: 18px;
|
||||
color: #000000;
|
||||
margin: 15px 0 10px 0;
|
||||
margin: 30px 0 10px 0;
|
||||
}
|
||||
|
||||
&__input {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 5px;
|
||||
|
||||
input {
|
||||
padding: 5px 10px;
|
||||
background: #eff2f7;
|
||||
@ -46,6 +47,16 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
span {
|
||||
padding: 5px 10px;
|
||||
background: #eff2f7;
|
||||
border-radius: 8px;
|
||||
height: 35px;
|
||||
border: none;
|
||||
font-size: 15px;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
font-size: 12px;
|
||||
@ -65,6 +76,18 @@
|
||||
line-height: 18px;
|
||||
color: #000000;
|
||||
font-weight: 300;
|
||||
|
||||
&-tg {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
line-height: 18px;
|
||||
|
||||
img {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
@ -140,6 +163,8 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
margin-top: 50px;
|
||||
column-gap: 40px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&__report,
|
||||
|
Reference in New Issue
Block a user