0.0.77 update style.css for menu

This commit is contained in:
2023-08-09 15:35:10 +03:00
parent a80ecaa473
commit f9694456f7
4 changed files with 34 additions and 30 deletions

View File

@@ -787,6 +787,18 @@ section.profile {
flex-basis: 35px;
}
.selected{
background: #FF613A !important;
}
.selected>a{
color:white !important;
}
.selected>img.svg{
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(79deg) brightness(103%) contrast(102%);
}
.info_profile{
width: 69%;
}
@@ -1156,31 +1168,9 @@ input#id_extra_phone
/* display: block;*/
/*}*/
.real-checkbox{
}
.custom-checkbox-w{
display: inline-block;
width: 30px;
height: 30px;
/*background: white;*/
border-radius: 10px;
border: 1px solid #E6E6E6;
vertical-align: sub;
}
.custom-checkbox-w::before{
/*content: '';*/
background: #FF613A;
transition: 0.2s ease-in;
}
.real-checkbox:checked + .custom-checkbox-w::before{
}