добавил ссылки управления
This commit is contained in:
@@ -714,6 +714,14 @@ button{
|
||||
|
||||
position: relative;
|
||||
}
|
||||
.form-input__tabs--white{
|
||||
padding: 3px;
|
||||
border: 1px solid var(--text-3);
|
||||
background: var(--white);
|
||||
}
|
||||
.form-input__tabs--white .form-input-tabs__button.active{
|
||||
background: var(--gradient-turquoise);
|
||||
}
|
||||
.form-input-tabs__button{
|
||||
width: 100%;
|
||||
|
||||
@@ -2340,4 +2348,12 @@ button{
|
||||
}
|
||||
.tabs__content.active{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.cabinet__control--column{
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cabinet__control--column > *:not(:first-child){
|
||||
margin-top: 16px
|
||||
}
|
||||
Reference in New Issue
Block a user